-
Notifications
You must be signed in to change notification settings - Fork 5
Divider
David Lu edited this page Jun 22, 2018
·
27 revisions
A divider is used to partition content into groups.
-
Prefix:
divider -
Default
Default Name Description Divider dividerA standard divider, as default -
Attributes
Attributes Name Description Horizontal divider-hA divider divides content horizontal Vertical divider-vA divider divides content vertical Cleared divider-clearedClear the contents above the divider Compact divider-compactA compact divider without any space above or below it Hidden divider-hiddenA hidden divider divides content without a dividing line Inverted divider-invertedA divider with colors inverted Section divider-sectionA divider divides sections of content with more margins
- A standard divider, as default
-
Example
<div class="divider"></div>
- A divider divides content horizontal
-
Example
<div class="divider divider-h"></div>
- A divider divides content vertical
-
Example
<div class="divider divider-v"></div>
- Clear the contents above the divider
-
Example
<div class="divider divider-cleared"></div>
- A compact divider without any space above or below it
-
Example
<div class="divider divider-compact"></div>
- A hidden divider divides content without a dividing line
-
Example
<div class="divider divider-hidden"></div>
- A divider with colors inverted
-
Example
<div class="divider divider-inverted"></div>
- A divider divides sections of content with more margins
-
Example
<div class="divider divider-section"></div>
Designed and built with all the love in the world by @toolbuddy. Maintained by the core team with the help of our contributors. Currently v0.0.1. Code licensed MIT, docs CC BY 3.0.
- Getting Started
- Introduction
- Globals
- Layouts
- Elements
- Displays
- Modules
- Feedback (Update soon.)