video pres

This commit is contained in:
2024-01-18 10:34:18 +01:00
parent 3d0a7bd345
commit 70c6cce8ae
9 changed files with 34 additions and 22 deletions

View File

@@ -60,8 +60,8 @@ header{
.img_main{
backdrop-filter: blur(10px);
height: 20rem;
width: 25rem;
height: 22rem;
width: 35rem;
border-radius: 15px;
transition: transform ease 0.4s;
filter: saturate(0.2);
@@ -100,6 +100,7 @@ header{
#fond_2 video{
margin: 1%;
}
#
@media only screen and (max-width: 800px){
body{

View File

@@ -27,6 +27,7 @@ form{
margin: 10vh;
}
form div {
margin: 2%;
}

View File

@@ -3,6 +3,7 @@
flex-direction: row-reverse;
justify-content: space-around;
align-items: center;
margin-bottom: 10vh;
}
#ligne-partenaires {
@@ -95,3 +96,8 @@ aside{
color: white;
}
#nouveau-partenaire{
display: flex;
align-items: center;
}