Commentaire code

master
PALAFFRE Raphaël 5 years ago
parent 13064316fd
commit 77796e4df8

@ -1,49 +1,53 @@
body { /*General*/
color:black;
background-color:white; body {
background-image:url("../ressources/image/background.jpg"); color:black;
background-repeat:no-repeat; background-color:white;
background-size:104%; background-image:url("../ressources/image/background.jpg");
margin: 0; background-repeat:no-repeat;
font-family: Ubuntu,Helvetica,sans-serif; background-size:104%;
} margin: 0;
font-family: Ubuntu,Helvetica,sans-serif;
#container{ }
margin : 5% 5% 5% 5%;
background-color : white; #container{
border : 2px solid black; margin : 5% 5% 5% 5%;
} background-color : white;
border : 2px solid black;
h1{ }
text-align : center;
font-size : 250%; h1{
font-weight: bold; text-align : center;
} font-size : 250%;
font-weight: bold;
h2{ }
text-align : center;
font-size : 150%; h2{
font-weight: bold; text-align : center;
} font-size : 150%;
font-weight: bold;
#bouton_retour{ }
transform : rotate(45deg);
} /*Affichage liste trajets*/
.separation{ #bouton_retour{
margin-top : 5%; transform : rotate(45deg);
margin-left : 20%; }
min-height: 2em;
width : 5px; .separation{
background: black; margin-top : 5%;
} margin-left : 20%;
min-height: 2em;
td{ width : 5px;
padding-left: 1.5em; background: black;
padding-right: 1.5em; }
width: 33%;
} td{
padding-left: 1.5em;
#info{ padding-right: 1.5em;
width: 60%; width: 33%;
}
#info{
width: 60%;
} }
Loading…
Cancel
Save