New Typer Class - Allows for multiple phrases to be typed and displayed

This commit is contained in:
lukejelse04
2021-06-29 23:37:10 +01:00
parent 5d21baaac7
commit d184972e11
5 changed files with 124 additions and 34 deletions

View File

@ -10145,17 +10145,6 @@ section.resume-section .resume-section-content {
}
#type{
display: inline;
border-right: 4px solid #6c757d;
animation: blink 1s infinite;
color: rgba(36, 129, 60, 0.7);
}
@keyframes blink {
50%{
border-right: none;
}
}

12
css/type.css Normal file
View File

@ -0,0 +1,12 @@
#type{
display: inline;
border-right: 4px solid #6c757d;
animation: blink 1s infinite;
color: rgba(36, 129, 60, 0.7);
}
@keyframes blink {
50%{
border-right: none;
}
}