- https://getbootstrap.com
- Components requiring JavaScript: https://getbootstrap.com/docs/4.1/getting-started/introduction/#starter-template
- Responsive breakpoints: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints
- Demo link
- Starter template: https://getbootstrap.com/docs/4.1/getting-started/introduction/#starter-template
- Demo link
- Containers: container, container-fluid (https://getbootstrap.com/docs/4.1/layout/overview/#containers)
- Grid system: https://getbootstrap.com/docs/4.1/layout/grid/
- Five grid breakpoints: extra small (
xs
), small (sm
), medium (md
), large (lg
), and extra large (xl
)
- Display headings:
display-{1,2,3,4}
(https://getbootstrap.com/docs/4.1/content/typography/#display-headings) - Lead: (https://getbootstrap.com/docs/4.1/content/typography/#lead)
- Blockquotes:
blockquote
,blockquote-footer
(https://getbootstrap.com/docs/4.1/content/typography/#naming-a-source) - Lists:
list-unstyled
,list-inline
(https://getbootstrap.com/docs/4.1/content/typography/#lists) - Truncate text with ellipsis:
text-truncate
- Responsive typography: Bootstrap doesn’t do this for you. (https://getbootstrap.com/docs/4.1/content/typography/#responsive-typography)
- Demo link
- Images: https://getbootstrap.com/docs/4.1/content/images/
- Figures: https://getbootstrap.com/docs/4.1/content/figures/
- Media:
media
>media-body
(https://getbootstrap.com/docs/4.1/layout/media-object/)
Margin utilities: mr-{1,2,3}, mr-{}-{1,2,3}, mt ....
Spacing utility classes: mb-4
float-left, float-right
mx-auto d-block
text-center
flex-column
align-self-{start,center,end}
align-items-{start,center,end}