Commentaire code

This commit is contained in:
PALAFFRE Raphaël 2019-05-25 08:34:16 +00:00
parent bd4163c5fa
commit 508c84a04f

View File

@ -1,3 +1,5 @@
/*General*/
body {
color:black;
background-color:white;
@ -20,6 +22,8 @@ h1{
font-weight: bold;
}
/*Formulaire*/
#form{
text-align:center;
}
@ -35,6 +39,8 @@ h1{
margin-bottom: 1%;
}
/*Etoile de notation*/
.rating {
direction: rtl;
}