Couleurs du tableau

master
Mathieu GROUSSEAU 2 years ago
parent 5108ee3b1b
commit b060a6dd67

@ -43,16 +43,12 @@ h6[titlenum]::before {
nav {
display: inline-block;
padding-left: 1rem;
padding-right: 1rem;
padding-left: 1em;
padding-right: 1em;
border: thin solid black;
box-shadow: 0px 2px 5px black;
}
table{
box-shadow: 0px 2px 5px black;
}
section {}
section>h2,
@ -69,7 +65,9 @@ section div p {
}
#swot {
margin-top: 0.5em;
border-collapse: collapse;
box-shadow: 0px 2px 5px black;
}
#swot th,
@ -79,6 +77,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;