Skip to content

Commit f4f888f

Browse files
♻️ [css] renamed the parent element to blink
1 parent fea1063 commit f4f888f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/css/animations/blink-animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: css,animation
66
---
77

88
```css
9-
.parent {
9+
.blink {
1010
animation: blink 1s linear infinite;
1111
}
1212

0 commit comments

Comments
 (0)