CSS : simplification media et css
This commit is contained in:
14
style.css
14
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user