Frontend work

This commit is contained in:
2025-01-02 22:33:21 +00:00
parent 8cb13a4bca
commit e0e60830be
8 changed files with 62 additions and 33 deletions

View File

@@ -90,4 +90,15 @@ footer h2, section h2{
a{
color: #e5e5e5;
}
#projects{
align-items: center;
display: flex;
flex-direction: column;
}
.project{
width: 80vw;
border: 2px solid rgba(23, 22, 20, 1);
}