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>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></p>
4
<p><!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></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
<p>Move the magician using transform: translate to the exit of the maze by moving him between the following key points in sequence:</p>
9
<p>Move the magician using transform: translate to the exit of the maze by moving him between the following key points in sequence:</p>
10
<ol><li>To the first shadow.</li>
10
<ol><li>To the first shadow.</li>
11
<li>To the second shadow.</li>
11
<li>To the second shadow.</li>
12
<li>And to the third shadow.</li>
12
<li>And to the third shadow.</li>
13
</ol>
13
</ol>