Text Color
.text-{color}
.text-{color}
.text-success
Sets the text color to the success color value.
CSS equivalent: color: successColor;
Example usage:
In the example above, the text color of the element will be set to the success color.
.text-danger
Sets the text color to the danger color value.
CSS equivalent: color: dangerColor;
Example usage:
In the example above, the text color of the element will be set to the danger color.
.text-warning
Sets the text color to the warning color value.
CSS equivalent: color: warningColor;
Example usage:
In the example above, the text color of the element will be set to the warning color.
.text-info
Sets the text color to the info color value.
CSS equivalent: color: infoColor;
Example usage:
In the example above, the text color of the element will be set to the info color.
.color-{color}
.color-{color}
Sets the color of the text.
CSS equivalent: color: {value};
Example usage:
Last updated