0% found this document useful (0 votes)
7 views

Ol Style - Css

Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Ol Style - Css

Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

/************************----************************/

/* Styles Open Layer */


/****************************************************/

/* 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%);

font-family: Arial, Helvetica, sans-serif;


color: #000;
}

/* Open Layer */
/*Vide*/

You might also like