9/5/23 - research for a mini cart - CSS and Bootstrap stuff. Bootstrap 3 Basics - https://www.w3schools.com/bootstrap/default.asp - need some meta tags for viewport - .container (fixed width) and .container-fluid (full spanning) - grid classes xs - for phone - screens less than 768px wide sm - for tablets - screens equal to or greater than 768px wide md - for small laptops - screens equal to or greater than 992px wide lg - for laptops and desktops - screens equal to or greater than 1200px wide for example:
- typography stuff and nested options - - light highlight with red text - for example: <span>, div
- - keyboard inputs - for example: ctrl + p
- - preset muliple lines - spaces, tabs, enters, etc. use < and > for code tags <>
- or - strike through
- contextual classes
text colors - .text-muted, .text-primary, .text-success, .text-info, .text-warning, .text-danger
background colors - .bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger
- you can mix these if needed - text colors and background colors
for example: This text indicates success.
- general typography classes
- .small
- .text-left
- .text-center
- .text-right
- .text-justify
- .text-nowrap
- .text-lowercase
- .text-uppercase
- .text-capitalize
- .list-inline - places all list items on a single line
- tons of other typography classes - ref
https://www.w3schools.com/bootstrap/bootstrap_ref_css_text.asp