mathisdlg 2 years ago
commit 7bd360d3ae

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

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