Meilleur footer

This commit is contained in:
Adrien Bourmault 2021-09-05 20:05:35 +02:00
parent 8dc8100912
commit 1eb24dc09c
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 8 additions and 32 deletions

View File

@ -317,42 +317,18 @@ footer {
text-align: center;
}
footer a {
display: inline-block;
overflow: hidden;
width: 40px;
height: 40px;
padding: 40px 0 0 0;
margin: 0 0.5em;
position: relative;
color: rgba(255, 255, 255, 0.5);
-webkit-transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
-moz-transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
transition: color 0.25s ease-out, box-shadow 0.25s ease-out;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
text-decoration: underline dotted;
}
footer a:hover, footer a:focus {
color: rgba(255, 255, 255, 0.3);
text-decoration: none;
color: #1a4159;
text-decoration: underline;
}
footer a:visited {
color: rgba(255, 255, 255, 0.2);
}
footer a::before {
display: block;
position: absolute;
top: 3px;
left: 0;
overflow: visible;
font-size: 36px;
text-indent: 0;
/* icomoon.io defaults */
font-family: sans-serif;
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #1a4159;
text-decoration: underline;
}