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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Rocket to the launch pad, step 2</title> <meta charset="utf-8"> <link rel="stylesheet" href="epoch5.css"> <link rel="stylesheet" href="style.css"> </head> <body class="cosmic"> <div class="earth"> <div class="rocket departure"> <span class="fuel"></span> </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%

  1. Create an animation fly containing a frame to with a transform: rotate(40deg) translate(0px, -500px) transformation,
  2. then assign this animation to the rocket .rocket: duration 1s, animation delay 1s,ease-in type, keep the state after animation.