Typography
Headings
code
Use tags h1 to h6 for desired heading
h6. this is the sixth heading
h5. this is the fifth heading
h4. this is the fourth heading
h3. this is the third heading
h2. this is the second heading
h1. this is the main heading
Text Sizes
code
Use paragraph classes: font-sm to font-xxl for desired sizes
this is small font
this is medium font
this is large font
this is extra large font
this is extra, extra large font
Ordered Lists
code
Use standard: ol > li markup
- This is a list item
- This is another list item which is 1st inline
- This is another list item which is 2nd inline
- This is another list item which is 3rd inline
List Heading
Unordered Lists
code
Use standard: ul > li markup
- This is a list item
- This is another list item which is 1st inline
- This is another list item which is 2nd inline
- This is another list item which is 3rd inline