The default font size in Bootstrap can be customized by changing the ___ variable.
- font-size-base
- default-font-size
- base-font-size
- primary-font-size
To adjust the default font size in Bootstrap, you should modify the font-size-base variable. This variable sets the base font size for the entire project, providing a convenient way to control the overall text size in your Bootstrap-powered application.
Loading...
Related Quiz
- Explain a situation where the use of Sass functions in Bootstrap can significantly simplify CSS maintenance.
- Q1: In a Bootstrap form, how do you ensure that data submission is handled through AJAX without a page reload?
- To enable dynamic tab functionality, the Bootstrap '___' JavaScript component is utilized alongside specific CSS classes.
- What is the role of data attributes in controlling dynamic content in Bootstrap?
- To adjust the opacity of an element, Bootstrap utilizes the 'opacity-___' class.