0
Why text-shadow doesn't work
Help me please https://code.sololearn.com/Ws6Jm36tED0w/?ref=app
3 Respostas
+ 1
You have to write h1 instead of h2 in css text shadow
+ 1
h1 {
text-align:center;
}
h1 {
text-shadow:2px 4px 3px black;
}
#it will work
0
Thanks Herobrine