+ 4
<html>how to change latters color?
No Description.
3 odpowiedzi
+ 3
<body style="color: blue(example color)" >
</body>
Or
body(example selector){
color:blue;
}
0
It's Letters. There is no A in it.
target the element that has letters or use span to target specific letter and then use the basic css rule
targetElement {
color: desiredColor;
}
0
You can change it from css file
color: {color};
Or from html file
<p style: color={color}>your text here</p