Skip to content

Instantly share code, notes, and snippets.

@oleksapro
Last active September 9, 2015 14:21
Show Gist options
  • Save oleksapro/5c3b4971878371063fc4 to your computer and use it in GitHub Desktop.
Save oleksapro/5c3b4971878371063fc4 to your computer and use it in GitHub Desktop.
css
http://jsfiddle.net/thirtydot/EDp8R/
#container {
border: 2px dashed #444;
height: 125px;
text-align: justify;
/* just for demo */
min-width: 612px;
}
.box1, .box2, .box3, .box4 {
width: 150px;
height: 125px;
vertical-align: top;
display: inline-block;
*display: inline;
zoom: 1
}
.stretch {
width: 100%;
display: inline-block;
font-size: 0;
line-height: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment