Skip to content

Instantly share code, notes, and snippets.

@phwelo
Last active February 6, 2018 02:11
Show Gist options
  • Save phwelo/c6b6b1482950d56d5ef724c9eab9c891 to your computer and use it in GitHub Desktop.
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
.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