Skip to content

Commit

Permalink
Update amp-anim styling docs (#35543)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroqliu committed Aug 6, 2021
1 parent a3d6672 commit 0cc09a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/amp-anim/amp-anim.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ extended to AMP components.

## Styling

You can directly style `amp-img` with CSS properties. The following example sets
You can directly style `amp-anim` with CSS properties. The following example sets
a grey background placeholder:

```html
<style amp-custom>
.amp-anim {
background-color: grey;
}
</amp style-custom>
.amp-anim {
background-color: grey;
}
</style>
```

## Validation
Expand Down

0 comments on commit 0cc09a9

Please sign in to comment.