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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Vertical Text Shadow Offset</title> <meta charset="utf-8"> <link rel="stylesheet" href="style.css"> </head> <body> <h1>I Meet the Sunrise on My Way to the Mountains</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%

Offset the original shadow of the heading h1

  1. up by 5px,
  2. and then down by 5px.