Skip to content

Commit

Permalink
Update home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dampdigits committed Aug 15, 2023
1 parent bff1b02 commit 1dba2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
} */
/* ---------------------------------------------- */

#greetingText {
#greetingText {
display: inline-block;
font-family: 'Press Start 2P', cursive;
font-size: 35px;
Expand All @@ -60,7 +60,7 @@
animation: blinkCursor 0.6s infinite;
}

/* Typing effect */
/* Typing effect */
@keyframes typing {
from { width: 0 }
}
Expand Down

0 comments on commit 1dba2c1

Please sign in to comment.