master #13

Merged
guillermo merged 10 commits from test into master 2023-08-29 07:24:12 +00:00
1 changed files with 10 additions and 2 deletions
Showing only changes of commit 550089b966 - Show all commits

View File

@ -180,8 +180,8 @@ h3 {
height: 100px;
text-align: center;
}
.footer div {
animation: slideIn 0.2s ease-in-out;
.footer {
animation: faceIn 0.2s ease-in-out;
}
.in, .inMiddle {
display: inline;
@ -369,6 +369,14 @@ header {
opacity: 1;
}
}
@keyframes faceIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@font-face {
font-family: 'Poppins';