diff --git a/WEB/liste_trajets/background.jpg b/WEB/liste_trajets/background.jpg new file mode 100644 index 0000000..ca3e7af Binary files /dev/null and b/WEB/liste_trajets/background.jpg differ diff --git a/WEB/liste_trajets/liste.css b/WEB/liste_trajets/liste.css new file mode 100644 index 0000000..c962619 --- /dev/null +++ b/WEB/liste_trajets/liste.css @@ -0,0 +1,36 @@ +body { + color:black; + background-color:white; + background-image:url(background.jpg); + background-repeat:no-repeat; + background-size:104%; + margin: 0; +} + +#container{ + margin : 5% 5% 5% 5%; + background-color : white; + border : 2px solid black; +} + +h1{ + text-align : center; + font-size : 250%; +} + +h2{ + text-align : center; + font-size : 150%; +} + +#bouton_retour{ + transform : rotate(45deg); +} + +.separation{ + margin-top : 5%; + margin-left : 10%; + height: 200px; + width : 5px; + background: black; + } \ No newline at end of file diff --git a/WEB/liste_trajets/liste.php b/WEB/liste_trajets/liste.php new file mode 100644 index 0000000..0e5d0e5 --- /dev/null +++ b/WEB/liste_trajets/liste.php @@ -0,0 +1,33 @@ + + + + +
+ + +