How to add shadow on text | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How to add shadow on text

30th Apr 2024, 1:12 PM
Tatevik Grig
Tatevik Grig - avatar
4 Antworten
+ 4
This is also covered in CSS course in Sololearn https://www.sololearn.com/learn/courses/le-css
30th Apr 2024, 2:30 PM
Morpheus
Morpheus - avatar
+ 1
example: h1{ text-shadow: 0 8px 15px black; } you can try this!
1st May 2024, 8:31 AM
Thomas Genenew
Thomas Genenew - avatar
0
Answer
30th Apr 2024, 1:15 PM
Tatevik Grigoryan
Tatevik Grigoryan - avatar