Bootstrap is the most popular CSS framework for developing responsive and mobile-first websites. It includes HTML and CSS-based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other components.
container or container-fluid for layout structureBootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with flexbox and is fully responsive. The grid system uses 12 columns that can be combined to create different layouts.
xs (default): <576pxsm: ≥576pxmd: ≥768pxlg: ≥992pxxl: ≥1200pxxxl: ≥1400pxcol-{breakpoint}-{number} to define column width at specific breakpointsBootstrap comes with dozens of components that are ready to use. These include buttons, cards, forms, modals, navbars, and much more. Components are built with consistent design patterns that work across devices and screen sizes.
Bootstrap includes dozens of utility classes for showing, hiding, aligning, spacing, and styling content. These utility classes help you build custom layouts without writing any custom CSS.
Bootstrap can be customized to match your brand's identity. You can override default variables, use SASS to create custom builds, or simply add your own CSS to extend Bootstrap's styles.
!important sparingly and only when necessaryBootstrap offers advanced components and features for building complex interfaces. These include modals, carousels, navbars, forms, and JavaScript plugins that add interactivity to your website.
Use this space to experiment with Bootstrap! Try different components, utilities, and layouts. Create beautiful responsive designs and see the results in real-time.