1
- body , div , section , h1 , h3 {
1
+ body , div , section , h1 , h3 , h2 {
2
2
margin : 0 ;
3
3
padding : 0 ;
4
4
}
5
5
6
- .home__darkness__navbar {
6
+ .home-darkness__navbar {
7
7
height : 8% ;
8
8
display : flex;
9
9
flex-direction : row;
10
10
justify-content : flex-end;
11
11
align-items : center;
12
12
}
13
13
14
- .home__darkness__navbar a {
14
+ .home-darkness__navbar a {
15
15
font-family : 'Cormorant Garamond' , sans-serif;
16
16
font-size : 0.8rem ;
17
17
color : white;
18
18
font-weight : bold;
19
19
letter-spacing : .2rem ;
20
20
text-transform : uppercase;
21
21
text-decoration : none;
22
- padding-left : 2% ;
22
+ padding-left : 30px ;
23
+ position : relative;
24
+ }
25
+
26
+ .home-darkness__navbar a ::before {
27
+ content : "" ;
28
+ width : 15px ;
29
+ height : 2px ;
30
+ background-color : white;
31
+ margin-top : -1.5px ;
32
+ position : absolute;
33
+ left : 10px ;
34
+ top : 50% ;
35
+ opacity : 0 ;
36
+ }
37
+
38
+ .home-darkness__navbar a : hover ::before {
39
+ opacity : 1 ;
23
40
}
24
41
25
- .home__darkness__navbar ::after {
42
+ .home-darkness__navbar ::after {
26
43
content : '' ;
27
44
padding-right : 5% ;
28
45
}
@@ -37,7 +54,7 @@ body, div, section, h1, h3 {
37
54
margin-bottom : 100px ;
38
55
}
39
56
40
- .home__darkness {
57
+ .home-darkness {
41
58
background-color : rgba (0 , 0 , 0 , 0.4 );
42
59
width : 100% ;
43
60
height : 100% ;
@@ -92,7 +109,7 @@ body, div, section, h1, h3 {
92
109
justify-content : center;
93
110
}
94
111
95
- .title h1 {
112
+ .title h2 {
96
113
font-family : 'Cormorant Garamond' , sans-serif;
97
114
font-size : 3.5rem ;
98
115
color : # 1f1f1f ;
@@ -104,15 +121,15 @@ body, div, section, h1, h3 {
104
121
flex-direction : row;
105
122
}
106
123
107
- .flex-row_about {
124
+ .flex-row-about {
108
125
width : 100% ;
109
126
min-height : 92% ;
110
127
flex-wrap : wrap;
111
128
flex-direction : row;
112
129
justify-content : space-around;
113
130
}
114
131
115
- .flex-row_about__card {
132
+ .flex-row-about-card {
116
133
background-color : # 1f1f1f ;
117
134
width : 300px ;
118
135
height : 680px ;
@@ -121,7 +138,7 @@ body, div, section, h1, h3 {
121
138
box-shadow : 4px 4px 5px rgba (0 , 0 , 0 , .8 );
122
139
}
123
140
124
- .flex-row_about__card h3 {
141
+ .flex-row-about-card h3 {
125
142
color : white;
126
143
font-family : 'Cormorant Garamond' , sans-serif;
127
144
font-size : 2rem ;
@@ -133,7 +150,7 @@ body, div, section, h1, h3 {
133
150
position : relative;
134
151
}
135
152
136
- .flex-row_about__card h3 ::after {
153
+ .flex-row-about-card h3 ::after {
137
154
display : block;
138
155
content : "" ;
139
156
height : 2px ;
@@ -143,7 +160,7 @@ body, div, section, h1, h3 {
143
160
padding-right : 50% ;
144
161
}
145
162
146
- .flex-row_about__card h4 {
163
+ .flex-row-about-card h4 {
147
164
color : white;
148
165
font-family : 'Cormorant Garamond' , sans-serif;
149
166
font-size : 1.4rem ;
@@ -152,12 +169,12 @@ body, div, section, h1, h3 {
152
169
position : relative;
153
170
}
154
171
155
- .flex-row_about__card__list {
172
+ .flex-row-about-card__list {
156
173
list-style-type : "✓ " ;
157
174
padding-right : 3% ;
158
175
}
159
176
160
- .flex-row_about__card__list li {
177
+ .flex-row-about-card__list li {
161
178
color : white;
162
179
font-family : 'Cormorant Garamond' , sans-serif;
163
180
font-size : 1.6rem ;
@@ -265,14 +282,14 @@ body, div, section, h1, h3 {
265
282
background-color : # 1f1f1f ;
266
283
}
267
284
268
- .flex-row_footer {
285
+ .footer__flex-row {
269
286
justify-content : center;
270
287
flex-wrap : wrap;
271
288
flex-direction : row;
272
289
padding-top : 120px ;
273
290
}
274
291
275
- .flex-row_footer a {
292
+ .footer__flex-row a {
276
293
font-family : "montserrat-bold" , sans-serif;
277
294
font-size : 1.2rem ;
278
295
text-decoration : none;
@@ -282,14 +299,14 @@ body, div, section, h1, h3 {
282
299
margin-top : 20px ;
283
300
}
284
301
285
- .flex-row_footer a ::after {
302
+ .footer__flex-row a ::after {
286
303
content : "|" ;
287
304
color : rgba (255 , 255 , 255 , 0.15 );
288
305
padding-left : 0.9rem ;
289
306
padding-right : 0.9rem ;
290
307
}
291
308
292
- .flex-row_footer a : last-child ::after {
309
+ .footer__flex-row a : last-child ::after {
293
310
content : '' ;
294
311
}
295
312
0 commit comments