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

@@ -36,4 +36,17 @@
.gradient-right{
background-image: linear-gradient(to left, rgba(23, 22, 20, 1), rgba(23, 22, 20, 1), rgba(23, 22, 20, 0));
}
#projects{
align-items: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.project{
width: 20vw;
height: 25vw;
margin: 10px;
}
}