Last active
September 9, 2015 14:21
-
-
Save oleksapro/5c3b4971878371063fc4 to your computer and use it in GitHub Desktop.
css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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