Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created February 28, 2012 17:12
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 jakearchibald/1933755 to your computer and use it in GitHub Desktop.
Save jakearchibald/1933755 to your computer and use it in GitHub Desktop.
Untitled
.outer {
width: 5000px;
}
.inner {
height: 50px;
background: green;
width: 5%;
}
.inner2 {
height: 50px;
background: green;
width: 5.9%;
}
<div class="outer">
<div class="inner"></div>
<div class="inner2"></div>
</div>
<p>The bars should be different sizes.</p>
{"view":"split","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment