Skip to content

Instantly share code, notes, and snippets.

@donflopez
Created September 17, 2012 16:46
Show Gist options
  • Save donflopez/3738423 to your computer and use it in GitHub Desktop.
Save donflopez/3738423 to your computer and use it in GitHub Desktop.
CSS3 Door
.leftdoor {
position: absolute;
width: 50%;
height: 100%;
background: url(../images/camydesfront.jpg);
background-repeat: no-repeat;
background-position: 0 0;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment