Search
Find
Colors
Change the color of the text or background
Display
Customize how the content is displayed in your website
Float
Align elements in your website
Sizing
Modify the width or the height of an element
Spacing
Customize the padding and the margin of an element
Text helpers
Basic text helpers
Miscellanea helpers
A collection of unclassified helpers
Display
Customize how the content is displayed in your website
Added in v3.1.0
Use these classes to change the display value of an element. Available display modifiers:
siimple--display-none
siimple--display-block
siimple--display-inline
siimple--display-inline-block
siimple--display-table
siimple--display-table-cell
siimple--display-table-row
siimple--display-flex
siimple--display-inline-flex
Display inline block
Display inline block
Display block
<div class="siimple--display-inline-block siimple--bg-primary siimple--color-white"> Display inline block </div> <div class="siimple--display-inline-block siimple--bg-primary siimple--color-white"> Display inline block </div> <div class="siimple--display-block siimple--bg-error siimple--color-white"> Display block </div>
Found a mistake or want to help improve this documentation?
Suggest changes.