Argento Business Typography
Headings
All HTML headings, <h1>
through <h6>
, are available. Additionally, .h1
through .h6
classes are also available. You can also emphasize the text using <strong>
tags.
.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
Buttons
Forms
Inline form
Standard form
Tabs
First tab content
Second tab content
Third tab content
Login and Registration Form