Skip to content

Instantly share code, notes, and snippets.

@jazzdan
Created July 25, 2012 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jazzdan/3178285 to your computer and use it in GitHub Desktop.
Save jazzdan/3178285 to your computer and use it in GitHub Desktop.
<!doctype html>
<head>
<style>
.meter {
width: 300px;
height: 30px;
background: #eff;
position: relative;
}
.amt {
position: relative;
background: #333;
height: 30px;
width: 20px;
}
</style>
</head>
<body>
<div class="meter">
<div class="amt" id="amt" style="width: {}"></div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment