Interactive online courses HTML Academy
2026-03-09 12:55 Diff
  • index.html
  • style.css

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Text Shadow Feathering</title> <meta charset="utf-8"> <link rel="stylesheet" href="style.css"> </head> <body> <h1>I Conquer Impregnable Cliffs</h1> <span>☻</span> </body> </html>

Thanks! We’ll fix everything at once!

You’ve gone to a different page

Click inside the mini-browser to shift the focus onto this window.

100%

Set the original shadow (which is initially not visible) of the heading h1.

  1. set 5px of feathering,
  2. then decrease it by 10px,
  3. and finally increase the feathering to 15px.