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;
}
}

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);
}