Travail sur le footer
This commit is contained in:
20
CSS/Main.css
20
CSS/Main.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user