added in typewriter effect to header

This commit is contained in:
2021-07-31 16:32:18 +01:00
parent de9d40066c
commit e7c045f9e2
6 changed files with 75 additions and 14 deletions
+11
View File
@@ -190,6 +190,17 @@ i.fa-chevron-down {
margin: 1.5rem 0;
}
div h1 span {
visibility: visible;
animation: caret 1s steps(1) infinite;
}
@keyframes caret {
50% {
visibility: hidden;
}
}
@media screen and (max-width: 75em) {
nav {
display: block;