This commit is contained in:
parent
37bf7ed37a
commit
550089b966
|
@ -180,8 +180,8 @@ h3 {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.footer div {
|
.footer {
|
||||||
animation: slideIn 0.2s ease-in-out;
|
animation: faceIn 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
.in, .inMiddle {
|
.in, .inMiddle {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -369,6 +369,14 @@ header {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@keyframes faceIn {
|
||||||
|
0% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
|
|
Loading…
Reference in New Issue