-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
99 lines (94 loc) · 2.19 KB
/
style.css
File metadata and controls
99 lines (94 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
body{
position: relative;
font-family: "Roboto", Helvetica, Arial, sans-serif;
width: auto;
height: auto;
/* padding: 200px; */
text-align: center;
line-height: normal;
word-spacing: 20px;
background:linear-gradient(rgb(211, 166, 205),rgb(56, 153, 18));
box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}
body::before{
content: "";
position:absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
opacity: 0.7;
background:linear-gradient(rgb(204, 211, 108),rgb(22, 68, 4));
clip-path: circle(30% at right 70% );
}
body::after{
content: "";
position:absolute;
top: -5%;
left: -10%;
width: 100%;
height: 100%;
z-index: -1;
background:linear-gradient(#e2620d,#6dd40d);
clip-path: circle(20% at 10% 10%);
}
.conatainer{
padding: 10px;
height: 800px;
width: 800px;
margin: auto;
background-color:none;
font-weight: normal;
box-shadow: 20px 20px 50px rgb(213, 240, 216);
overflow: hidden;
/* backdrop-filter: blur(500p
x); */
word-wrap: normal;
}
/* card text{
padding-bottom: 50px;
margin: inherit;
font-size: 50px;
text-shadow: lightcoral;
text-decoration: lightseagreen;
font-style: inherit;
font-weight: bold;
} */
/*
.container{
position: absolute;
width: 400px;
height: inherit;
margin: 30px;
padding-top: 10px;
box-shadow: 20px 20px 50px rgba(0,0,0,1);
border-radius: 15px;
background:rgba(255,255,255,0.1);
overflow: hidden;
display: block;
justify-content: center;
align-items: center;
border-top: 1px solid rgba(255,255,255,0.5);
border-left: 1px solid rgba(255,255,255,0.5);
backdrop-filter: blur(5px);
}
select{
font-weight:bold;
color:#09C;
margin: auto;
padding: auto;
height: 35px;
width: 100px;
}
#hex #colorInput #colorfont #hexfont{
width:100px;
height: inherit;
padding: auto;
margin: auto;
} */