bump css version
This commit is contained in:
parent
cdc856afbb
commit
693820256d
9 changed files with 26 additions and 8 deletions
|
|
@ -304,7 +304,9 @@ a:hover {
|
|||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
|
||||
-webkit-animation: moirage 20s ease infinite;
|
||||
-moz-animation: moirage 20s ease infinite;
|
||||
animation: moirage 20s ease infinite;
|
||||
}
|
||||
.description {
|
||||
min-height: unset;
|
||||
|
|
|
|||
|
|
@ -43,4 +43,20 @@
|
|||
0%{background-size:100% 150%}
|
||||
50%{background-size:150% 100%}
|
||||
100%{background-size:100% 150%}
|
||||
}
|
||||
|
||||
@-webkit-keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
@-moz-keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
@keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue