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
+27
View File
@@ -0,0 +1,27 @@
body {
background-color: #457168;
font-family: 'Manrope', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: white;
}
main {
padding: 0 40px;
}
h1 {
margin: 0;
padding: 0;
}
section h2 {
color: #FFF;
font-family: "Manrope", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: normal;
padding-bottom: 0;
}