How many types of text-color classes are there in Bootstrap?
How many types of text-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.
Text-color classes in Bootstrap are contextual classes that help to set the element text-color by adding a class to any element. Text-color classes don't change the background-color of the text so if you want to change the background-color of the text you can use .bg-*
The examples below show the following colors in anchor tags that are described in Bootstrap :
Output :
Hope this helps you to understand the logic behind this:
Happy Coding!