Ol Style - Css
Ol Style - Css
/* Définitions générales */
body {
background-color: rgb(42, 45, 53);
}
/* Textes */
body, p {
font-family: 'Quicksand', sans-serif;
color:#fff;
font-size: 15px;
line-height: 20px;
font-weight: 200;
}
p {
margin-bottom: 8px;
margin-top: 8px;
}
h1{
font-size: 25px;
font-weight: 500;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 2px;
}
/* Conteneur carte */
.map {
height: 450px;
width: 80%;
margin-left: auto;
margin-right: auto;
border-radius: 4px;
background-color: #AF00FF;
background-image: linear-gradient(332deg, #009FFF 0%, #AF00FF 100%);
/* Open Layer */
/*Vide*/