Default

Description

= codeBlender "jumbotron", "molecule", { desc:  "Description", small: "Small Text", title: "Title" }
<div class='jumbotron'>
<p>Description</p>
</div>


Gradient

Description

= codeBlender "jumbotron", "molecule", { desc: "Description", extraClass: "gradient", small: "Small Text", title: "Title" }
<div class='gradient jumbotron'>
<p>Description</p>
</div>


Image Jumbotron Requires a CSS tag

= codeBlender "jumbotron", "molecule", { extraClass: "image" }
<div class='image jumbotron'>
</div>


Resources Useful websites and tutorials

Title URL
Bootstrap Jumbotron http://getbootstrap.com/components/#jumbotron

Tasks

Task Date
Is in a Header section is this right?
Sort out the small Text CSS / Padding too large