Created
September 25, 2017 05:59
-
-
Save Rainboylvx/962cd79b5bff0c8b28a25691831eb7f0 to your computer and use it in GitHub Desktop.
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
body { | |
background: url(bk.png); | |
background-image: url(bk.png); | |
background-position-x: initial; | |
background-position-y: initial; | |
background-size: initial; | |
background-repeat-x: initial; | |
background-repeat-y: initial; | |
background-attachment: initial; | |
background-origin: initial; | |
background-clip: initial; | |
background-color: initial; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment