Skip to content

Instantly share code, notes, and snippets.

@chriswburke
Created November 2, 2015 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriswburke/2b5dc1a1ea750182019c to your computer and use it in GitHub Desktop.
Save chriswburke/2b5dc1a1ea750182019c to your computer and use it in GitHub Desktop.
Preload images in css
<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