Description
= codeBlender "jumbotron", "molecule", { desc: "Description", small: "Small Text", title: "Title" }
<div class='jumbotron'>
<p>Description</p>
</div>
Description
= codeBlender "jumbotron", "molecule", { desc: "Description", extraClass: "gradient", small: "Small Text", title: "Title" }
<div class='gradient jumbotron'>
<p>Description</p>
</div>
= codeBlender "jumbotron", "molecule", { extraClass: "image" }
<div class='image jumbotron'>
</div>
Title | URL |
---|---|
Bootstrap Jumbotron | http://getbootstrap.com/components/#jumbotron |
Task | Date |
---|---|
Is in a Header section is this right? | |
Sort out the small Text CSS / Padding too large |