mathisdlg 2 years ago
commit 7bd360d3ae

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<html lang="fr">
<head>
<meta charset="utf-8">

@ -8,7 +8,9 @@ html {
padding: 0;
}
body {}
body {
background-color: rgb(216, 216, 216);
}
h1,
h2,
@ -39,6 +41,15 @@ h6[titlenum]::before {
font-weight: normal;
}
nav {
display: inline-block;
padding-left: 1em;
padding-right: 1em;
border: thin solid black;
box-shadow: 0px 2px 5px black;
background-color: whitesmoke;
}
section {}
section>h2,
@ -55,7 +66,9 @@ section div p {
}
#swot {
margin-top: 0.5em;
border-collapse: collapse;
box-shadow: 0px 2px 5px black;
}
#swot th,
@ -65,6 +78,14 @@ section div p {
border-width: thin;
}
#swot th {
background-color: bisque;
}
#swot td {
background-color: whitesmoke;
}
@media (min-width: 900px) {
body {
margin-left: auto;