Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
typeriter effect
  • Loading branch information
orianegl authored Oct 10, 2024
1 parent 963447d commit 58daa24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ body {
margin: 0 auto;
}

header h1 {
font-size: 70px;
font-weight: 500;
color: #553c9a;
border-right: 4px solid #000;
animation: cursor 1s infinite step-end;
@keyframes cursor{
0%, 100%{border-color: transparent;}
50%{border-color: #000;}
}

/*
Clickable links, or anchors, have five separate pseudoclasses to style. It's
Expand Down

0 comments on commit 58daa24

Please sign in to comment.