Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 16:50
Show Gist options
  • Save feedhenry-gists/1019243 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1019243 to your computer and use it in GitHub Desktop.
Image Sprites Example 1
Example 1:
On your html document, create a div called ‘logo’:
<html>
<head>
<style>
<link href="style.css" rel="stylesheet" type="text/css" />
</style>
</head>
<body>
<div id=”logo”></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment