SAE15_2022/assets/css/footer.css
Lyanis SOUIDI 6a654ae0d7 Divers ajouts/modifications
- Ajout du blog
- Ajout de la page équipe
- Modification du header (style)
- Modification du footer (contenu + style)
- Ajout du plan du site
- Ajout des mentions légales
- Ajout du favicon
- Ajout des balises OpenGraph
- Ajout du logo GitHub
2023-01-17 23:44:08 +01:00

32 lines
529 B
CSS

footer {
padding-top: 1rem;
padding-bottom: 1rem;
background-color: #21262d;
color: #ddd;
}
footer div.content {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1280px;
margin-right: auto;
margin-left: auto;
padding-right: 1rem;
padding-left: 1rem;
}
footer div.text {
display: flex;
gap: 1.5rem;
font-size: 14px;
}
footer div.text a {
color: #ddd;
}
footer div.social {
display: flex;
gap: 1rem;
align-items: center;
}