text-darken and text color in materializecss
text-darken is the class and we can set the value 1 to 5 like text-darken-1 to text-darken-5, also we can set the color of the text by calling text-colorname. So no need to write any extra class for this.
Syntax for text color
Syntax for text-darken class
Example
Example Program:- (Editor)

Editor is Loading...
Advertisement
Syntax for text color
text-colorname
Syntax for text-darken class
class="text-darken-1"
class="text-darken-2"
class="text-darken-3"
class="text-darken-4"
class="text-darken-5"
class="text-darken-2"
class="text-darken-3"
class="text-darken-4"
class="text-darken-5"
Example
<div class="text-red text-darken-4">Red Color</div>
Example Program:- (Editor)
Editor is Loading...
Advertisement
Post a Comment for "text-darken and text color in materializecss"