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:
17
css/style.css
Normal file
17
css/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user