Commentaire code
parent
598feef1f7
commit
7c73030e97
@ -1,46 +1,44 @@
|
|||||||
/*
|
/*General*/
|
||||||
Crée par PALAFFRE Raphael
|
|
||||||
Fonction: Lister les avis recus
|
body {
|
||||||
Page CSS : avis_recu.css
|
color:black;
|
||||||
*/
|
background-color:white;
|
||||||
|
background-image:url("../ressources/image/background.jpg");
|
||||||
body {
|
background-repeat:no-repeat;
|
||||||
color:black;
|
background-size:104%;
|
||||||
background-color:white;
|
margin: 0;
|
||||||
background-image:url("../ressources/image/background.jpg");
|
font-family: Ubuntu,Helvetica,sans-serif;
|
||||||
background-repeat:no-repeat;
|
}
|
||||||
background-size:104%;
|
|
||||||
margin: 0;
|
#container{
|
||||||
font-family: Ubuntu,Helvetica,sans-serif;
|
margin : 5% 5% 5% 5%;
|
||||||
}
|
background-color : white;
|
||||||
|
border : 2px solid black;
|
||||||
#container{
|
}
|
||||||
margin : 5% 5% 5% 5%;
|
|
||||||
background-color : white;
|
h1{
|
||||||
border : 2px solid black;
|
text-align : center;
|
||||||
}
|
font-size : 250%;
|
||||||
|
font-weight: bold;
|
||||||
h1{
|
}
|
||||||
text-align : center;
|
|
||||||
font-size : 250%;
|
h2{
|
||||||
font-weight: bold;
|
text-align : center;
|
||||||
}
|
font-size : 150%;
|
||||||
|
font-weight: bold;
|
||||||
h2{
|
}
|
||||||
text-align : center;
|
|
||||||
font-size : 150%;
|
/*Affichage avis*/
|
||||||
font-weight: bold;
|
|
||||||
}
|
#bouton_retour{
|
||||||
|
transform : rotate(45deg);
|
||||||
#bouton_retour{
|
}
|
||||||
transform : rotate(45deg);
|
|
||||||
}
|
.etoile{
|
||||||
|
height:50px;
|
||||||
.etoile{
|
}
|
||||||
height:50px;
|
|
||||||
}
|
.avis_tab{
|
||||||
|
width:85%;
|
||||||
.avis_tab{
|
padding-left:15%;
|
||||||
width:85%;
|
}
|
||||||
padding-left:15%;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue