This commit is contained in:
gallego
2024-01-19 18:27:10 +01:00
parent 8ef0ced274
commit 27463ba03f
7 changed files with 72 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ body{
}
main{
padding-top: 40px;
display: flex;
flex-direction: column;
}

18
CSS/nos jeux.css Normal file
View File

@@ -0,0 +1,18 @@
.jeu{
padding-left: 25%;
}
h2{
padding-bottom: 20px;
}
body{
background-size: cover;
background-image: url(../img/layered-peaks-haikei.svg) ;
width: 100%;
}
main{
padding-top: 45px;
}

View File

@@ -193,7 +193,7 @@ footer{
align-items: center;
flex-direction: row-reverse;
justify-content: space-around;
background-color: #00010c;
background-color: #000000;
color: white;
}