diff --git a/css/style.css b/css/style.css index 457fdb0..b7df433 100644 --- a/css/style.css +++ b/css/style.css @@ -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';