Added project page

This commit is contained in:
2025-01-21 18:32:33 +01:00
parent 21e45a8bf7
commit e36c576b79
9 changed files with 211 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
.project-container {
display: flex;
flex-wrap: wrap;
gap: 100px;
justify-content: space-evenly;
}
h2 {
margin-top: 3rem;
margin-bottom: 5rem;
font-size: 2rem;
font-weight: 600;
}