Created
November 2, 2015 00:10
-
-
Save chriswburke/2b5dc1a1ea750182019c to your computer and use it in GitHub Desktop.
Preload images in 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
<style> | |
:root {content:url(logo.png) url(banner-header.jpg) url(social-sprite.png) url(conception-design.jpg) url(bkgnd.png)} | |
</style> | |
http://informoid.com/en/conception-design/preload-css.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment