Skip to content

Commit e06bc63

Browse files
committed
minor fixes
1 parent e609815 commit e06bc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-animation/2-css-animations/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ Here's a more complex example, with `@keyframes`:
469469
```html run height=80 autorun no-beautify
470470
<h2 onclick="this.classList.toggle('animated')">click me to start / stop</h2>
471471
<style>
472-
h1.animated {
472+
.animated {
473473
animation: hello-goodbye 1.8s infinite;
474474
width: fit-content;
475475
}

0 commit comments

Comments
 (0)