color – CSS Property
Using CSS color Property CSS color property is also one of the most commonly used css property for changing the color of text inside elements. It defined the foreground color used for element’s text content. Color value can be defined in following different ways color: red; // A CSS predefined color. color: #0f0; // 3-character … [Read more…]