Last active
July 17, 2019 07:31
-
-
Save frontend-coder/844ced8e111e0d1289b2cc098e6faeaf to your computer and use it in GitHub Desktop.
Как сделать множественный фон контейнера #css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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