The island object
HTML
<link rel="stylesheet" href="http://inuitcss.com/inuit.min.css">
<div class="island">
I am testing boxed off.
</div>
<div class="islet">
I am boxed off.
</div>
CSS
/**
* These demo styles sit on top of inuit.css
* github.com/csswizardry/inuit.css/blob/master/inuit.css/objects/_island.scss
*/
html{
font:1em/1.5 Georgia, serif;
padding:5%;
background-color:#fff;
color:#333;
}