parent
cd74386e46
commit
f4272ae7fc
After Width: | Height: | Size: 3.6 KiB |
@ -0,0 +1,64 @@
|
|||||||
|
|
||||||
|
html{
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
background-image: url(../../assets/img/Background5.png);
|
||||||
|
height: 100vh;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
body{
|
||||||
|
font-family: "Orbitron", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Presentation{
|
||||||
|
font-family: "Orbitron", sans-serif;
|
||||||
|
color:aliceblue;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Histoire{
|
||||||
|
margin-left: 5% ;
|
||||||
|
width: 80%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-around;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ConsigneRun{
|
||||||
|
margin-left: 5% ;
|
||||||
|
width: 80%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-around;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ConsigneSubmit{
|
||||||
|
margin-left: 5% ;
|
||||||
|
width: 80%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-around;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Consigne{
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Histoire,.ConsigneRun,.ConsigneSubmit{
|
||||||
|
margin-top: 0;
|
||||||
|
margin-left: 20px;
|
||||||
|
background: rgba(0,0,0,0.6);
|
||||||
|
box-sizing: border-box;
|
||||||
|
box-shadow: 0 15px 25px rgba(0,0,0,);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sign{
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
Loading…
Reference in new issue