On a fait le front (a peut près)

This commit is contained in:
Lucàs
2023-12-08 03:57:24 +01:00
parent 26b3d06b46
commit 05f6282791
40 changed files with 826 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
#logo {
width: 50px;
height: 50px;
}
header {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0.52%, rgba(0, 0, 0, 0.22) 53.65%, rgba(0, 0, 0, 0.00) 100%);
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
ul {
display: flex;
justify-content: space-between;
align-items: center;
}
li {
list-style: none;
margin-left: 20px;
}
li a {
text-decoration: none;
color: white;
font-family: 'Manrope', sans-serif;
font-size: 20px;
}