0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<ul><li>index.html</li>
1
<ul><li>index.html</li>
2
<li>style.css</li>
2
<li>style.css</li>
3
</ul><p>HTML</p>
3
</ul><p>HTML</p>
4
<p><!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></p>
4
<p><!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></p>
5
<p>Thanks! We’ll fix everything at once!</p>
5
<p>Thanks! We’ll fix everything at once!</p>
6
<p>You’ve gone to a different page</p>
6
<p>You’ve gone to a different page</p>
7
<p>Click inside the mini-browser to shift the focus onto this window.</p>
7
<p>Click inside the mini-browser to shift the focus onto this window.</p>
8
<p>100%</p>
8
<p>100%</p>
9
<ol><li>Create an animation fly containing a frame to with a transform: rotate(40deg) translate(0px, -500px) transformation,</li>
9
<ol><li>Create an animation fly containing a frame to with a transform: rotate(40deg) translate(0px, -500px) transformation,</li>
10
<li>then assign this animation to the rocket .rocket: duration 1s, animation delay 1s,ease-in type, keep the state after animation.</li>
10
<li>then assign this animation to the rocket .rocket: duration 1s, animation delay 1s,ease-in type, keep the state after animation.</li>
11
</ol>
11
</ol>