How many types of background-color classes are there in Bootstrap?
How many types of background-color classes are there in Bootstrap?
Student
An enthusiastic, adaptive, and fast-learning person with a broad and acute interest in the discovery of new innovative drugs, I particularly enjoy collaborating with scientists from different disciplines to develop new skills and solve new challenges.
Background color classes in Bootstrap are contextual classes that help to set the element background color by adding a class to any element. background color classes don't change the color of the text so if you want to change the color of the text you can use .text-*
The example below shows the following background-colors in a div which are described in Bootstrap:
Output :
Hope this will help you.
Happy Coding!