forked from T4lianah/site-vulgarisation-socio
38 lines
No EOL
952 B
CSS
38 lines
No EOL
952 B
CSS
body {
|
|
text-align: center;
|
|
}
|
|
body h1 {
|
|
color: white;
|
|
margin-top: 0%;
|
|
margin-bottom: 0%;
|
|
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-size:cover;
|
|
background-position: center;
|
|
width: 100%;
|
|
height: 55vh;
|
|
}
|
|
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 */ |