This repository has been archived on 2023-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
IMIE_CC/style.css
Florian Bouillon 215383a526
Ajout de la page Flux
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-04-28 16:58:20 +02:00

12 lines
99 B
CSS

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