Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Created November 14, 2012 08:59
Show Gist options
  • Save jelmerdemaat/4071080 to your computer and use it in GitHub Desktop.
Save jelmerdemaat/4071080 to your computer and use it in GitHub Desktop.
A CodePen by Jelmer.
<div class="wrapper">
<div>This can be anything.</div>
<div>This can be anything.</div>
<div>This can be anything.</div>
<div>This can be anything.</div>
</div>
/*
Justified divs, attempt 1
http://code.jelmerdemaat.nl/
.wrapper{
width: 550px;
text-align: justify;
margin: 20px auto;
background: firebrick;
}
.wrapper div{
background: white;
display: inline-block;
}
/* Only make things clearer */
body{ margin: 0; font-family: sans-serif; font-size: 12px;}
.wrapper,.wrapper div{ padding: 5px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment