Bootstrap Guide
Typography
Level 1
Level 2
Level 3
Level 4
Level 5
Level 6
Level 7
Level 8
Level 9
Level 10
Sphinx of black quartz, judge my vow (200, Extra Light)
Sphinx of black quartz, judge my vow (300, Light)
Sphinx of black quartz, judge my vow (400, Normal)
Sphinx of black quartz, judge my vow (600, Semibold)
Sphinx of black quartz, judge my vow (700, Bold)
Buttons
Containers
In these examples:
- a blue background denotes the content box
- a green background denotes the padding box
- an orange background denotes margin.
A black border has been added to show the natural width of each container, before margins.
Container padding will change based on gutters if the .container
is a child of .row
.
Standard containers
The behaviour of these containers is fixed width, with different widths at different breakpoints - see the Bootstrap docs. These differ from our previous UIKit containers in that the max-widths are not 100%, but fixed, based on breakpoints.
No container (for reference)
.container
.container-sm
.container-md
.container-lg
.container-xl
.container-xxl
.container-fluid
Custom containers
The behaviour of these containers is fixed width, but the same fixed width for EVERY breakpoint beyond the specified one. That is, -sm is 100% until the -sm breakpoint is reached, then becomes 540px at every other breakpoint.