animation glissement h1 nsb
This commit is contained in:
@@ -825,7 +825,10 @@ ul.pagination {
|
||||
padding: 0 .1em;
|
||||
vertical-align: top; }
|
||||
|
||||
#header #navbar ul.navigation li a:hover {
|
||||
#header #navbar ul.navigation li:last-child:after {
|
||||
content: "" !important; }
|
||||
|
||||
#header #navbar ul.navigation li:last-child #header #navbar ul.navigation li a:hover {
|
||||
font-weight: 900; }
|
||||
|
||||
#header.scrolled #navbar ul.navigation li a {
|
||||
@@ -883,9 +886,20 @@ ul.pagination {
|
||||
100% {
|
||||
width: 100%; } }
|
||||
|
||||
@keyframes glissement {
|
||||
from {
|
||||
margin-left: 100%;
|
||||
width: 300%; }
|
||||
to {
|
||||
margin-left: 0%;
|
||||
width: 100%; } }
|
||||
|
||||
.after-h1 .test {
|
||||
animation: anim 2.5s 1 normal ease-in-out forwards; }
|
||||
|
||||
.after-h1 .souligne {
|
||||
animation: glissement 2.5s 1 normal ease-in-out forwards; }
|
||||
|
||||
.programmes {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -1041,7 +1055,8 @@ ul.pagination {
|
||||
background-color: transparent;
|
||||
text-transform: uppercase;
|
||||
align-self: flex-end;
|
||||
margin: auto; }
|
||||
margin: auto;
|
||||
margin-bottom: 2rem; }
|
||||
|
||||
.modal {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user