forked from T4lianah/site-vulgarisation-socio
bannière et liens mis à jour
This commit is contained in:
commit
57c45ca1c5
2 changed files with 41 additions and 1 deletions
|
@ -26,9 +26,12 @@
|
||||||
<a href="https://fr.wikipedia.org/wiki/Violence">Violence</a>
|
<a href="https://fr.wikipedia.org/wiki/Violence">Violence</a>
|
||||||
<a href="https://fr.wikipedia.org/wiki/Fascisme">Fascisme</a>
|
<a href="https://fr.wikipedia.org/wiki/Fascisme">Fascisme</a>
|
||||||
<a href="https://fr.wikipedia.org/wiki/Anarchisme">Communisme/Anarchisme</a>
|
<a href="https://fr.wikipedia.org/wiki/Anarchisme">Communisme/Anarchisme</a>
|
||||||
|
<<<<<<< HEAD
|
||||||
<a href="https://fr.wikipedia.org/wiki/F%C3%A9minisme">Féminisme</a>
|
<a href="https://fr.wikipedia.org/wiki/F%C3%A9minisme">Féminisme</a>
|
||||||
<a href="https://fr.wikipedia.org/wiki/Handicap">Handicap</a>
|
<a href="https://fr.wikipedia.org/wiki/Handicap">Handicap</a>
|
||||||
<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>
|
||||||
|
=======
|
||||||
|
>>>>>>> 76755f20aaebcc4c0067d5eaeba29d846b5c8135
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
37
style.css
37
style.css
|
@ -1,4 +1,5 @@
|
||||||
body {
|
body {
|
||||||
|
<<<<<<< HEAD
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
body h1 {
|
body h1 {
|
||||||
|
@ -46,3 +47,39 @@ body {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
color: white;
|
||||||
}/*# sourceMappingURL=style.css.map */
|
}/*# sourceMappingURL=style.css.map */
|
||||||
|
=======
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
body h1 {
|
||||||
|
color: white;
|
||||||
|
margin-top: 0%;
|
||||||
|
margin-bottom: 0%;
|
||||||
|
font-size: 4rem;
|
||||||
|
-webkit-text-stroke: 2px black;
|
||||||
|
background-image: url(https://www.publicdomainpictures.net/pictures/230000/velka/red-fox-1500907744R2q.jpg);
|
||||||
|
background-size: contain;
|
||||||
|
height: 20vh;
|
||||||
|
}
|
||||||
|
body .site_content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
body .site_content .main_content h2 {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
body .site_content .vertical_banner {
|
||||||
|
color: white;
|
||||||
|
background-color: #9F0A0A;
|
||||||
|
}
|
||||||
|
body .site_content .vertical_banner .category {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 1vh;
|
||||||
|
margin: 5px;
|
||||||
|
margin-top: 2%;
|
||||||
|
}
|
||||||
|
body .site_content .vertical_banner .category a:visited {
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
}/*# sourceMappingURL=style.css.map */
|
||||||
|
>>>>>>> 76755f20aaebcc4c0067d5eaeba29d846b5c8135
|
||||||
|
|
Loading…
Reference in a new issue