mirror of
https://github.com/LucasVbr/nuitdelinfo-2023.git
synced 2026-05-13 17:21:56 +00:00
27 lines
421 B
CSS
27 lines
421 B
CSS
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;
|
|
} |