Added Projects page

This commit is contained in:
2025-10-06 16:46:49 +02:00
parent a457efb97e
commit e63edda9ca
4 changed files with 91 additions and 27 deletions

14
assets/css/projects.css Normal file
View File

@@ -0,0 +1,14 @@
.project {
display: flex;
flex-direction: column;
background-color: rgba(50,50,75,0.8);
border-radius: 12px;
}
.project > h1 {
color: white;
}
.project-desc {
color: white;
}