Revert "Regle changée de place"

This reverts commit af1257ce49.
master
Mathieu GROUSSEAU 3 years ago
parent af1257ce49
commit 5108ee3b1b

@ -1,5 +1,7 @@
html, html,
body {} body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html { html {
margin: 0; margin: 0;
@ -7,7 +9,6 @@ html {
} }
body { body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: rgb(216, 216, 216); background-color: rgb(216, 216, 216);
} }
@ -48,7 +49,7 @@ nav {
box-shadow: 0px 2px 5px black; box-shadow: 0px 2px 5px black;
} }
table { table{
box-shadow: 0px 2px 5px black; box-shadow: 0px 2px 5px black;
} }