Travail sur le footer

This commit is contained in:
Merlin Gélinas
2022-06-11 15:44:46 -04:00
parent 63ac64fd7a
commit 4a9031421b
5 changed files with 33 additions and 3 deletions

View File

@@ -12,8 +12,28 @@ hr {
width: 100%;
background: linear-gradient(to right, #25aae1, #16b468);
border-width: 1em;
padding: 0.05em;
}
footer{
align-items: center;
text-align: center;
}
.mail, .tel{
text-decoration: none;
color: inherit;
}
.mail:hover, .tel:hover{
text-decoration: underline;
color: inherit;
}
.Copyright{
width: 25%;
margin: auto;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.Glow ul {
margin: 0;