Skip to content

Instantly share code, notes, and snippets.

@jbail
Created December 22, 2012 18:38
Show Gist options
  • Select an option

  • Save jbail/4360398 to your computer and use it in GitHub Desktop.

Select an option

Save jbail/4360398 to your computer and use it in GitHub Desktop.
A basic example of embedding image data into a stylesheet using a data URI.
.right-arrow {
background:url(data:image/gif;base64,R0lGODlhDAAMAJEAAAAAAGZmZv///wAAACH5BAUUAAIALAAAAAAMAAwAAAIXlI8YybB8gINGTmhv
ym/L7oGbmJAUVAAAOw==)
no-repeat center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment