1- html , body {
1+ html ,
2+ body {
23 font-family : 'Roboto' , sans-serif;
34 -webkit-font-smoothing : antialiased;
45 -moz-font-smoothing : antialiased;
@@ -11,12 +12,12 @@ html, body {
1112 -webkit-text-size-adjust : 100% ;
1213 height : 100% ;
1314 color : white;
14- background : # 1C2022 ;
15+ background : # 1c2022 ;
1516 margin : 0 ;
1617}
1718
1819a {
19- color : # 6CAEDD ;
20+ color : # 6caedd ;
2021}
2122
2223h2 {
3132}
3233
3334.primary {
34- color : # 6CAEDD ;
35+ color : # 6caedd ;
3536}
3637
3738.secondary {
38- color : # FFD399 ;
39+ color : # ffd399 ;
3940}
4041
4142.button {
43+ display : block;
44+ text-align : center;
45+ margin-bottom : 20px ;
4246 transition : 0.3s ease all;
43- background : # 1C2022 ;
44- background : rgba (255 , 211 , 153 , 0.20 );
45- border : 1px solid # FED594 ;
47+ background : # 1c2022 ;
48+ background : rgba (255 , 211 , 153 , 0.20 );
49+ border : 1px solid # fed594 ;
4650 border-radius : 4px ;
4751 padding : 0.75rem 2.5rem ;
4852 color : white;
5155 font-weight : 300 ;
5256 text-decoration : none;
5357
54- box-shadow : 1px 2px 2px rgba (0 , 0 , 0 , 0.5 );
58+ box-shadow : 1px 2px 2px rgba (0 , 0 , 0 , 0.5 );
59+ }
60+
61+ .button .button-alternative {
62+ font-size : 1.125rem ;
5563}
5664
5765.button : hover {
58- border-color : # 6CAEDD ;
59- background : rgba (108 , 174 , 221 , 0.2 );
66+ border-color : # 6caedd ;
67+ background : rgba (108 , 174 , 221 , 0.2 );
6068}
6169
6270.shadow {
63- box-shadow : 0px 3px 3px rgba (0 , 0 , 0 , 0.5 );
71+ box-shadow : 0px 3px 3px rgba (0 , 0 , 0 , 0.5 );
6472}
6573
6674.shadow--text {
67- text-shadow : 0px 2px 2px rgba (0 , 0 , 0 , 0.5 );
75+ text-shadow : 0px 2px 2px rgba (0 , 0 , 0 , 0.5 );
6876}
6977
7078.shadow--svg {
71- filter : drop-shadow (0px 2px 2px rgba (0 , 0 , 0 , 0.5 ));
79+ filter : drop-shadow (0px 2px 2px rgba (0 , 0 , 0 , 0.5 ));
7280}
7381
7482.hero {
8088 margin : 0 ;
8189 height : 74vh ;
8290 min-height : 600px ;
83- background : # 1C2022 ;
84- background-image : radial-gradient (circle, rgba (47 , 170 , 255 , 0.04 ) 50% , rgba (255 , 211 , 153 , 0.00 ) 100% );
91+ background : # 1c2022 ;
92+ background-image : radial-gradient (
93+ circle,
94+ rgba (47 , 170 , 255 , 0.04 ) 50% ,
95+ rgba (255 , 211 , 153 , 0.00 ) 100%
96+ );
8597 overflow : hidden;
8698}
8799
@@ -137,12 +149,12 @@ h1 {
137149}
138150
139151.hexagon : hover # fill {
140- fill : # 6CAEDD ;
141- stroke : # 6CAEDD ;
152+ fill : # 6caedd ;
153+ stroke : # 6caedd ;
142154}
143155
144156.hexagon : hover # line {
145- stroke : # 6CAEDD ;
157+ stroke : # 6caedd ;
146158}
147159
148160.arrowicon {
@@ -159,10 +171,10 @@ h1 {
159171 flex-direction : column-reverse;
160172 text-align : center;
161173 margin : 0 ;
162- background-color : # FFD399 ;
174+ background-color : # ffd399 ;
163175 color : rgba (0 , 0 , 0 , 0.5 );
164176
165- border-top : 40px solid # 6CAEDD ;
177+ border-top : 40px solid # 6caedd ;
166178}
167179
168180.lines {
176188
177189.line {
178190 position : absolute;
179- background-color : # 6CAEDD ;
180- min-height : 200px ;;
191+ background-color : # 6caedd ;
192+ min-height : 200px ;
181193 top : 0 ;
182194 right : -15px ;
183195 left : -15px ;
226238 text-align : center;
227239 justify-content : center;
228240 padding-bottom : 2rem ;
229- background-color : # 272C2E ;
241+ background-color : # 272c2e ;
230242}
231243
232244.picked-project {
260272.project {
261273 transition : 0.3s ease all;
262274 padding : 1.5rem 3rem ;
263- background : rgba (108 , 174 , 221 , 0.2 );
275+ background : rgba (108 , 174 , 221 , 0.2 );
264276 border-radius : 4px ;
265- border : 1px solid # 6CAEDD ;
277+ border : 1px solid # 6caedd ;
266278 font-size : 1.5rem ;
267279 font-weight : 300 ;
268280 cursor : pointer;
@@ -273,13 +285,13 @@ h1 {
273285}
274286
275287.project : hover {
276- background : rgba (255 , 211 , 153 , 0.20 );
277- border : 1px solid # FED594 ;
288+ background : rgba (255 , 211 , 153 , 0.20 );
289+ border : 1px solid # fed594 ;
278290}
279291
280292.about {
281- background : # 272C2E ;
282- color : rgba (255 , 255 , 255 , 0.7 );
293+ background : # 272c2e ;
294+ color : rgba (255 , 255 , 255 , 0.7 );
283295 padding : 1rem ;
284296 text-align : center;
285297 line-height : 2 ;
294306 font-size : 2rem ;
295307 }
296308
297- .description h3 {
309+ .description h3 {
298310 font-size : 2rem ;
299311 }
300312
0 commit comments