Created
March 27, 2018 23:56
-
-
Save phpsmarter/082a1e7cc646b696ea1cf10e90f3d9de to your computer and use it in GitHub Desktop.
多重背景的设置
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
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