Skip to content

Commit 423e539

Browse files
committed
Style project boxes
1 parent 54bc405 commit 423e539

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/assets/css/styles.css

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,41 @@ nav ul li a:focus {
318318

319319
.vision-content a:hover span {
320320
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);
321358
}

0 commit comments

Comments
 (0)