To control column width across different devices, Bootstrap uses 'col-*-___' classes.
- xs
- md
- lg
- xl
Bootstrap's grid system allows you to control column widths based on different devices. The 'col-md-*' class is used for medium-sized devices, ensuring proper responsiveness.
Loading...
Related Quiz
- Q3: Describe how you would use Bootstrap's grid system to create a responsive gallery layout.
- Describe how you would use Bootstrap components to create a multi-level dropdown menu in a navigation bar.
- The practice of ___ unused Bootstrap components can improve performance and maintainability.
- How do Bootstrap's classes and components interact with JavaScript frameworks like React or Angular?
- Describe how to integrate a third-party CSS framework into a Bootstrap theme.