Commentaire code

This commit is contained in:
PALAFFRE Raphaël 2019-05-25 08:42:22 +00:00
parent 13064316fd
commit 77796e4df8

View File

@ -1,3 +1,5 @@
/*General*/
body {
color:black;
background-color:white;
@ -26,6 +28,8 @@ h2{
font-weight: bold;
}
/*Affichage liste trajets*/
#bouton_retour{
transform : rotate(45deg);
}