Meilleur footer
This commit is contained in:
parent
27fe5974d3
commit
27d99c7f45
15
styles.css
15
styles.css
|
@ -312,7 +312,7 @@ div.apropos p, div.apropossuite p {
|
|||
footer {
|
||||
clear: both;
|
||||
padding: 3em 10%;
|
||||
color: #fff;
|
||||
color: #ffffff;
|
||||
background: #324150;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -328,8 +328,8 @@ footer a:hover, footer a:focus {
|
|||
text-decoration: underline;
|
||||
}
|
||||
footer a:visited {
|
||||
color: #0599c2;
|
||||
text-decoration: underline;
|
||||
color: #ffffff;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
|
||||
|
@ -435,15 +435,6 @@ footer a:visited {
|
|||
footer {
|
||||
padding: 3em 0;
|
||||
}
|
||||
footer a {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
padding: 52px 0 0 0;
|
||||
margin: 0 2em;
|
||||
}
|
||||
footer a::before {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue