Last active
September 28, 2018 00:59
-
-
Save acoyfellow/99b5a92689b3b60730cc3d1b3358970f to your computer and use it in GitHub Desktop.
PhoneSites BG image + color snippet
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
<style> | |
body > div{ | |
background: rgba(0, 0, 0, 0.7); | |
} | |
body{ | |
background-image: url("http://i68.tinypic.com/2mo7220.jpg"); | |
height: 100%; | |
background-repeat: repeat; | |
background-position: center; | |
background-attachment: fixed; | |
background-size: cover; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment