"Jumbotron (like Bootstrap)"
Semantic UI 2.2.10 Snippet by jochemstoel

<link href="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="row"> <div class="column padding-reset"> <div class="ui huge message page grid"> <h1 class="ui huge header">Hello, world!</h1> <p>This is a snippet for any type of website. It includes a call-to-action button and looks kind of like the jumbotron from Bootstrap. It does not require any additional CSS rules.</p> <a class="ui blue button">Learn more »</a> </div> </div> </div>

Related: See More


Questions / Comments: