Skip to content

Instantly share code, notes, and snippets.

@moeamaya
Created November 5, 2014 22:51
Show Gist options
  • Save moeamaya/48883f9fcee5584c035f to your computer and use it in GitHub Desktop.
Save moeamaya/48883f9fcee5584c035f to your computer and use it in GitHub Desktop.
background image css
<div class="page-title" data-bg="image.jpg" data-bg2x="[email protected]">
.page-title {
background: attr(data-bg url);
}
@media ([...]) {
.page-title {
background: attr(data-bg2x url);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment