ajout d'un bandeau inférieur réseaux sociaux
This commit is contained in:
parent
1556f91410
commit
5be81ca7b0
4 changed files with 28 additions and 0 deletions
BIN
img/logo mastodon.png
Normal file
BIN
img/logo mastodon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
img/logo twitch.png
Normal file
BIN
img/logo twitch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -25,6 +25,11 @@
|
||||||
<a href="https://fr.wikipedia.org/wiki/%C3%89tudes_d%C3%A9coloniales">Décolonialisme</a>
|
<a href="https://fr.wikipedia.org/wiki/%C3%89tudes_d%C3%A9coloniales">Décolonialisme</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
<ul class="social-links">
|
||||||
|
<li><a href="https://corneill.es/@t4lianah" target="_blank"><img src="img/logo mastodon.png" alt="Mastodon"></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
23
style.css
23
style.css
|
@ -28,6 +28,7 @@ body {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #9F0A0A;
|
background-color: #9F0A0A;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
body .site_content .vertical_banner .category {
|
body .site_content .vertical_banner .category {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -56,5 +57,27 @@ body {
|
||||||
body p {
|
body p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
|
}
|
||||||
|
.footer {
|
||||||
|
background-color: #9F0A0A;
|
||||||
|
padding: 20px;
|
||||||
|
text-align: center;
|
||||||
|
color: white;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.social-links {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.social-links li {
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.social-links a img {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=style.css.map
|
/*# sourceMappingURL=style.css.map
|
Loading…
Reference in a new issue