Created
November 5, 2014 22:51
-
-
Save moeamaya/48883f9fcee5584c035f to your computer and use it in GitHub Desktop.
background image css
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
<div class="page-title" data-bg="image.jpg" data-bg2x="[email protected]"> |
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
.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