Everything you can do with Beauter
Beauter can add responsive containers. They add proper spacing along the content to make the page look responsive.
Example<div class="container _primary"style="min-height:250px">
<h3>Containers of your choice</h3>
</div>
<div class="container _success"style="min-height:250px">
<h3 class="_alignRight">Text where you want</h3>
</div>
Jumbos can be used as a title block. They centers the content and adds a 5% padding all around.
Example<div class="jumbo _purple">
<h3>Welcome to Jumbo</h3>
<p>A title box</p>
<p>with some description</p>
</div>
A title box
with some description