"Panels (like Bootstrap)"
Semantic UI 2.2.10 Snippet by testing223

<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"> <h1 class="ui header">Panels</h1> <p>This is the first Semantic UI snippet ever posted on Bootsnipp.com! =)</p> <div class="ui divider"></div> <div class="ui three column grid"> <div class="column panel"> <div class="ui secondary inverted top attached segment">Panel title</div> <div class="ui bottom attached segment">Panel content</div> <div class="ui inverted top attached segment">Panel title</div> <div class="ui bottom attached segment">Panel content</div> </div> <div class="column panel"> <div class="ui green inverted top attached segment">Panel title</div> <div class="ui bottom attached segment">Panel content</div> <div class="ui inverted blue top attached segment">Panel title</div> <div class="ui bottom attached segment">Panel content</div> </div> <div class="column panel"> <div class="ui orange inverted top attached segment">Panel title</div> <div class="ui bottom attached segment">Panel content</div> <div class="ui inverted red top attached segment">Panel title</div> <div class="ui bottom attached segment">Panel content</div> </div> </div> </div> </div>
.panel{ font-size: 14px !important; } .panel .header{ margin: 5px 0; }

Related: See More


Questions / Comments: