accueil trois possibilitees

This commit is contained in:
hugogogo
2021-03-16 23:13:00 +01:00
parent 53e365a486
commit a34311f4c5
2 changed files with 72 additions and 11 deletions

View File

@@ -1,21 +1,22 @@
/*------------------------------------------*/
/*ACCUEIL*/
body {
background-color: white;
}
main {
body main {
display: flex;
flex-direction: column;
width: auto;
margin: auto;
background-color: white;
padding: 0px;
}
.all_container {
width: 550px;
margin: 20px auto;
margin: 0px auto 100px auto;
height: 100vh;
}
.moment_center_wrapper {
width: 100%;
margin: auto;
}
/*------------------------------------------*/
.logo_txt {
height: auto;
@@ -121,15 +122,21 @@ main {
100% {transform: translate( 0%, 0%);}
}
.logo_bubbles .circle {
animation-name: position;
animation-name: shape;
animation-name: size;
animation-duration: 4s;
animation-delay: 0s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.all_container._1 .logo_bubbles .circle {
animation-name: shape;
}
.all_container._2 .logo_bubbles .circle {
animation-name: size;
}
.all_container._3 .logo_bubbles .circle {
animation-name: position;
}
.logo_bubbles .circle._1 {
animation-delay: -0.8s;
}