Created
February 12, 2013 03:50
-
-
Save MichaelArestad/4760116 to your computer and use it in GitHub Desktop.
Widget JUSTICE
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
/** | |
Widget JUSTICE | |
*/ | |
html { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
} | |
body { | |
padding: 40px; | |
} | |
.widgets { | |
max-width: 950px; | |
margin: 0 auto; | |
text-align: justify; | |
} | |
.widget { | |
display: inline-block; | |
max-width: 200px; | |
margin: 30px; | |
text-align: left; | |
vertical-align: top; | |
} | |
.justice { | |
display: inline-block; | |
width: 100%; | |
border: 0; | |
} |
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
<!-- The hr convinces the sections to justify --> | |
<div class="widgets"> | |
<div class="widget"> | |
<p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> | |
</div> | |
<div class="widget"> | |
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam.</p> | |
</div> | |
<div class="widget"> | |
<p>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p> | |
</div> | |
<hr class="justice"> | |
</div> |
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
// alert('Hello world!'); |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment