+ 2
Color not working
Why won't the color change
4 ответов
+ 1
Mustafa A oops haha I forgot
https://code.sololearn.com/Wse3350L9vXM/?ref=app
0
Share your code. We need some context.
0
𝕋𝕒𝕟𝕜 𝕕𝕖𝕞𝕡𝕤𝕖𝕪 First of all, move the h1 tag inside the body. Aside from that, how do you intend to change the colour without using "color"?
0
Just add this to your CSS-
h1 {
color:blue;
}
And remove text-shadow and font size.
Hope it helps!