Skip to content

Commit

Permalink
index.md
Browse files Browse the repository at this point in the history
index.md
  • Loading branch information
Supravisor authored Mar 11, 2024
1 parent 9c477f1 commit 7c638ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}

span::after {
content: "<h1>Hello World</h1>";
content: "`<h1>Hello World</h1>`";
}

@keyframes myspan {
0% {content: "<h1>Hello World</h1>";}
0% {content: "`<h1>Hello World</h1>`";}
3% {content: "<h1>Hello Worl</h1>";}
6% {content: "<h1>Hello Wor</h1>";}
9% {content: "<h1>Hello Wo</h1>";}
Expand Down

0 comments on commit 7c638ed

Please sign in to comment.