Last active
February 6, 2018 02:11
-
-
Save phwelo/c6b6b1482950d56d5ef724c9eab9c891 to your computer and use it in GitHub Desktop.
[Plug.io CSS hack] CSS hack for custom background on plug.dj #css #plug.dj
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
.room-background { | |
background: url('https://janetgranger.files.wordpress.com/2011/10/alice-blue-roomset.jpg')!important; | |
background-size: cover!important; | |
background-position: center!important; | |
background-repeat: no-repeat!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment