Added animations, improved footer

This commit is contained in:
2024-06-23 11:32:30 +02:00
parent 6ab4e3f2df
commit 0da0957373
21 changed files with 137 additions and 49 deletions

View File

@@ -2,7 +2,7 @@
height: calc(100vh - 200px);
display: flex;
flex-direction: column;
background-color: white;
background-color: #F8FAFC;
padding: 10vmin;
}
@@ -29,6 +29,8 @@
display: flex;
flex-direction: column;
justify-content: end;
text-decoration: none;
transition: all 0.3s;
}
.projets-carrousel-item h1 {