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 !
This commit is contained in:
ccunatbrule
2024-05-28 15:41:32 +02:00
parent c69025e64c
commit b2f6dd412b
146 changed files with 2454 additions and 0 deletions

17
css/style.css Normal file
View File

@@ -0,0 +1,17 @@
.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;
}