Skip to content

Instantly share code, notes, and snippets.

@jonathanhculver
Created January 23, 2014 02:34
Show Gist options
  • Save jonathanhculver/8571834 to your computer and use it in GitHub Desktop.
Save jonathanhculver/8571834 to your computer and use it in GitHub Desktop.
tape measure style
/* container div for tape measure background */
.tape_measure_back {
background: url("//imga.nxjimg.com/emp_image/apparel/measurements/tapemeasure/background.jpeg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 60px;
margin: 10px auto 0;
overflow: hidden;
position: absolute;
width: 320px;
}
.tape_measure_inches {
background: url("//imga.nxjimg.com/emp_image/apparel/measurements/tapemeasure/inches.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
height: 44px;
left: 60px;
margin-top: 5px;
position: absolute;
width: 8000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment