Ajout de la page Flux

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-04-28 16:58:20 +02:00
parent 9a2337945e
commit 215383a526
9 changed files with 1674 additions and 1895 deletions

11
style.css Normal file
View File

@ -0,0 +1,11 @@
html, body {
padding: 0;
margin:0;
}
body {
margin-top: 50px;
}
* {
box-sizing: border-box;
}