New Typer Class - Allows for multiple phrases to be typed and displayed
This commit is contained in:
@ -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
12
css/type.css
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user