-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
112 lines (94 loc) · 1.79 KB
/
style.css
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
100
101
102
103
104
105
106
107
108
109
110
111
112
/* Your CSS goes here */
/* Example */
img {
width: 20rem;
}
.page {
background-color: black;
}
* {
filter: blur(20%);
}
.main {
font-family: 'Segoe UI';
text-align: center;
font-weight: bolder;
font-size: 8rem;
padding-left: 21rem;
padding-right: 8rem;
padding-top: 3rem;
padding-bottom: 3rem;
}
.whitemode {
text-decoration: none;
text-align: center;
transition: 50s ease-in-out;
position: absolute;
}
.main h1 {
background-image: url(https://media4.giphy.com/media/l3q2XB76CaWPggiNW/giphy.gif);
background-size: cover;
color: transparent;
-moz-background-clip: text;
-webkit-background-clip: text;
text-transform: uppercase;
margin: 10px 0;
font-weight: bold;
}
.elements {
color: white;
margin: 3rem;
padding-left: 10rem;
padding-top: 3rem;
margin: auto;
display: flex;
align-items: center;
font-family: 'Segeo UI';
}
.elements h4 {
padding-right: 15rem;
}
article {
text-align: center;
padding-top: 28rem;
}
article p {
color: aqua;
font-size: 1.5rem;
font-family: 'Segeo UI';
}
.text {
font-size: 2rem;
font-family: 'Segeo UI';
margin: 5rem;
text-align: center;
color: white;
}
.footer1 {
padding-left: 25rem;
}
.logo img {
width: 3rem;
height: 3rem;
}
.line {
background-color: white;
padding: 2rem;
font-size: 2rem;
font-family: 'Segeo UI';
background: linear-gradient(180deg, skyblue, red);
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
text-align: center;
}
fieldset {
color: turquoise;
border: 2px red dashed;
}
.btn {
padding-left: 3rem;
padding-top: 1rem;
}