Ajout d'une page d'accueil

This commit is contained in:
Sébastien André
2020-01-20 11:35:10 +01:00
parent 42c76141e6
commit 45aa3381c4
14 changed files with 62 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
body {
margin: 10px;
color: #424242;
height: 600px;
height: 650px;
overflow: auto;
}
@@ -28,7 +28,7 @@ body {
overflow: hidden;
z-index: 50;
background-color: grey;
height: 600px;
height: 650px;
padding: 5px;
left: -220px;
transition: 0.5s linear left;