CSS : simplification media et css

This commit is contained in:
Anthony Mahé
2025-05-21 13:26:29 +02:00
parent 23c753d902
commit abce374f53
3 changed files with 75 additions and 171 deletions

View File

@@ -7,42 +7,40 @@ body {
background-color: #F9E7DB;
color: #333;
}
main {
padding: 0 1rem;
margin: 0 auto;
}
section {
margin-bottom: 2rem;
}
li {
display: block;
padding: 0.5rem;
text-decoration: none;
float: left;
}
a {
color: #333;
text-decoration: none;
}
h1 {
color: #bf9000;
vertical-align: baseline;
font-size: 2rem;
text-align: center;
}
h2 {
color: #CC4331;
line-height: 1.2;
text-align: center;
}
p {
text-indent: 10px;
}
p span {
font-weight: bold;
}
footer {
background-color: #CC4331;
padding: 0.7rem 1rem;