Published
- 1 min read
how to change color of h1 in css
The solution for this is noted below
how to change color of h1 in css
Solution
h1 {
color: red;
/* You can use color name - red,
or rgb value - rgb(255, 100, 66),
or a HEX - #66BFBF */
}
Try other methods by searching on the site. That is if this doesn’t work