Skip to content

Commit

Permalink
Nit: Fix invalid css in example
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTsar committed May 20, 2024
1 parent 75df4ba commit 9675a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ declarations.
> For example, see what happens when you paste in the following CSS code:
> ```css
> .site-banner {
> display: relative;
> position: relative;
> padding-left: 10px;
> padding-top: 5%;
> animation: slide-in 3s linear 1s infinite;
Expand Down

0 comments on commit 9675a79

Please sign in to comment.