Container & Carousel & Card in BootStrap

Container & Carousel & Card in BootStrap

What is container?

 As going through, going from desktop to tablet to mobile size, you can see maximum width of container jumps through different values

max-width of container : 1140px -> 960px -> 720px -> 540px

Fluid container

 unlike a just container, This takes up 100% of width

https://getbootstrap.com/docs/5.2/layout/containers/

What is carousel?
 This is a slide show that allows you to go different contents.

What is aria-hidden in button tag?

  • aria-hidden : If this is true, visually impaired person hears what the element is. If it is false, it skips to read the specific element.

https://getbootstrap.com/docs/5.2/components/carousel/

What is card?

 A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options. If you’re familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.

https://getbootstrap.com/docs/5.2/components/card/

Did you find this article valuable?

Support Junho Dev Blog by becoming a sponsor. Any amount is appreciated!