Files
CARIA-WEB/css/style.css
ccunatbrule b2f6dd412b CARIA.2.0
Suite de la version 1.0.0 repo CARIA
- Enormement de modification.
- Restructuration du code
- Optimisation
- Debug
. . .
Phase de test en cours !
2024-05-28 15:41:32 +02:00

17 lines
374 B
CSS

.bg1 {
background:#E8F2F9;
/*background-image: url(../config/images/bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: scroll;*/
}
.disponible {
color: green;
}
.indisponible {
color: red;
}
#map{ /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
height:400px;
}