Last active
May 29, 2016 05:16
-
-
Save nishinoshake/bb07fea59efab6c7a1fd to your computer and use it in GitHub Desktop.
CSSで背景を複数指定する
This file contains hidden or 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
.bg { | |
background-image: url(""), url(""); | |
background-repeat: no-repeat, repeat; | |
background-position: bottom right, center center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment