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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>The maze</title> <meta charset="utf-8"> <link rel="stylesheet" href="world.css"> <link rel="stylesheet" href="style.css"> </head> <body> <div class="world caveworld"> <div class="wizard levitate"></div> <div class="wall wall-1"></div> <div class="wall wall-2"></div> <div class="wall wall-3"></div> <div class="wall wall-4"></div> <div class="wall wall-5"></div> </div> </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%

Move the magician using transform: translate to the exit of the maze by moving him between the following key points in sequence:

  1. To the first shadow.
  2. To the second shadow.
  3. And to the third shadow.