Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frontend-coder/844ced8e111e0d1289b2cc098e6faeaf to your computer and use it in GitHub Desktop.
Save frontend-coder/844ced8e111e0d1289b2cc098e6faeaf to your computer and use it in GitHub Desktop.
Как сделать множественный фон контейнера #css
.block-fon5 {
background:
url('../images/cherry.png') no-repeat 85% 80%,
url('../images/mouse.png') no-repeat left top,
url('../images/5JjnJ8bUnP.png') no-repeat center center,
url('../images/css-karkas.png') no-repeat;
-webkit-background-size: 100px 100px, auto, 50px 50px, auto;
background-size: 100px 100px, auto, 50px 50px, auto;
}
II v
background: url('../images/css-karkas.png') no-repeat;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment