Skip to content

Instantly share code, notes, and snippets.

@phpsmarter
Created March 27, 2018 23:56
Show Gist options
  • Save phpsmarter/082a1e7cc646b696ea1cf10e90f3d9de to your computer and use it in GitHub Desktop.
Save phpsmarter/082a1e7cc646b696ea1cf10e90f3d9de to your computer and use it in GitHub Desktop.
多重背景的设置
html{
background:url("moon.jpg") no-repeat 100% 1em,
url("stars.jpg") repeat-x 0 0,
url("city.png") repeat-x bottom,
linear-gradient(black,#444);
background-color:#222;
min-height:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment