Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 05:16
Show Gist options
  • Save nishinoshake/bb07fea59efab6c7a1fd to your computer and use it in GitHub Desktop.
Save nishinoshake/bb07fea59efab6c7a1fd to your computer and use it in GitHub Desktop.
CSSで背景を複数指定する
.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