Skip to content

Commit

Permalink
Update files/ru/web/css/css_backgrounds_and_borders/using_multiple_ba…
Browse files Browse the repository at this point in the history
…ckgrounds/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
leon-win and github-actions[bot] authored Sep 8, 2024
1 parent b3c31c2 commit dc1000b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ slug: Web/CSS/CSS_backgrounds_and_borders/Using_multiple_backgrounds
.multi-bg-example {
width: 100%;
height: 400px;
background-image: url(firefox.png), url(bubbles.png), linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
background-image: url(firefox.png), url(bubbles.png),
linear-gradient(to right, rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
background-repeat: no-repeat, no-repeat, no-repeat;
background-position:
bottom right,
Expand Down

0 comments on commit dc1000b

Please sign in to comment.