File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -318,4 +318,41 @@ nav ul li a:focus {
318
318
319
319
.vision-content a : hover span {
320
320
transform : rotate (90deg );
321
+ }
322
+
323
+ /* Projects */
324
+ # projects {
325
+ height : 400px ;
326
+ }
327
+
328
+ .projects {
329
+ margin : 0 auto;
330
+ max-width : 1200px ;
331
+ }
332
+
333
+ .projects h2 {
334
+ text-align : center;
335
+ margin : 50px 0 20px ;
336
+ }
337
+
338
+ .project {
339
+ padding : 40px ;
340
+ background : # fff url(../ images/under-construction.png) no-repeat center center/cover;
341
+ }
342
+
343
+ .project p {
344
+ font-size : 16px ;
345
+ line-height : 1.6 ;
346
+ }
347
+
348
+ .project div {
349
+ margin-top : 20px ;
350
+ display : flex;
351
+ width : 100% ;
352
+ justify-content : flex-end;
353
+ }
354
+
355
+ .project div span {
356
+ margin : 0 5px ;
357
+ color : var (--secondaryBtn );
321
358
}
You can’t perform that action at this time.
0 commit comments