ajout de quelques regles generales de css, encore messy

This commit is contained in:
hugogogo
2021-02-26 11:39:18 +01:00
parent fbfde7daee
commit aa6a3320f5
4 changed files with 72 additions and 30 deletions

View File

@@ -1,9 +1,15 @@
/*/////////////////////////////////////////////*/
/*RESET*/
/*
body *:not(script) {
display: block;
}
*/
body *:not(script) {
display: flex;
flex-direction: column;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,