forked from T4lianah/site-vulgarisation-socio
Bannière mise à jour et liens aussi
This commit is contained in:
parent
b5f8412659
commit
08101648fa
2 changed files with 14 additions and 1 deletions
|
@ -26,6 +26,9 @@
|
|||
<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/Anarchisme">Communisme/Anarchisme</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/%C3%89tudes_d%C3%A9coloniales">Décolonialisme</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
12
style.css
12
style.css
|
@ -8,7 +8,7 @@ body {
|
|||
font-size: 8rem;
|
||||
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
-webkit-text-stroke: 4px black;
|
||||
background-image: url(img/bannière\ def\ vraiment.png);
|
||||
background-image: url(img/banière\ site\ def.png);
|
||||
background-size:cover;
|
||||
background-position: center;
|
||||
width: 100%;
|
||||
|
@ -22,6 +22,8 @@ body {
|
|||
color: red;
|
||||
}
|
||||
body .site_content .vertical_banner {
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
font-size: 2rem;
|
||||
color: white;
|
||||
background-color: #9F0A0A;
|
||||
}
|
||||
|
@ -32,7 +34,15 @@ body {
|
|||
margin: 5px;
|
||||
margin-top: 2%;
|
||||
}
|
||||
body .site_content .vertical_banner .category a {
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
font-size: 2rem;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
body .site_content .vertical_banner .category a:visited {
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
font-size: 2rem;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}/*# sourceMappingURL=style.css.map */
|
Loading…
Reference in a new issue