Skip to content

Instantly share code, notes, and snippets.

Created October 18, 2010 13:07
Show Gist options
  • Save anonymous/632183 to your computer and use it in GitHub Desktop.
Save anonymous/632183 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<style>
div {
background-image:
url(LayoutTests/fast/block/positioning/resources/icon-gold.png),
url(LayoutTests/fast/backgrounds/size/resources/flower.jpg);
background-repeat: no-repeat;
border: solid;
float: left;
background-size: cover;
width: 240px;
height: 180px;
}
</style>
<div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment