Argento Force Typography
Headings
All HTML headings, <h1>
through <h6>
, are available. Additionally, .h1
through .h6
classes are also available.
.h1 Argento Heading
.h2 Argento Heading
.h3 Argento Heading
.h4 Argento Heading
.h5 Argento Heading
.h6 Argento Heading
Lists
Unordered list <ul>
- First item
- Second
- Subitem of the second item
- Third item
Ordered list <ol>
- First item
- Second
- Subitem
- Third item
Unstyled list .unstyled
- First item
- Second item
- Subitem
- Third item
Tables
Regular table <table>
# | Firstname | Lastname | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
Mobile-friendly table .table
# | Firstname | Lastname | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
Components
You may notice that the font size is a little bit smaller in this section. It's done with .text-reset
class on the container.
Buttons
Forms
Inline form
Standard form
Tabs
First tab content
Second tab content