Search
Find
Layout overview
Introduction to layout components of siimple
Box
A simple layout component to highlight something
Content
A responsive component to center content horizontally
Footer
A basic component for displaying content in the bottom of your page
Jumbotron
A lightweight component for showcasing content
Navbar
A horizontally navigation component
Content
A responsive component to center content horizontally
A content is a class that places the information it contains in the center of the window in every moment. Add the class
siimple-content
to your container div
to use it:
<div class="siimple-content"> Lorem ipsum dolor sit amet, consectetur adipiscing elit... </div>
Sizing
You can specify the size your content has adding
siimple-content--[SIZE]
class.
<div class="siimple-content siimple-content--large"> Lorem ipsum dolor sit amet, consectetur adipiscing elit... </div>
Found a mistake or want to help improve this documentation?
Suggest changes.