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> <meta charset="utf-8"> <title>At the start and at the end of the cross axis</title> <link href="course.css" rel="stylesheet"> <link href="style.css" rel="stylesheet"> </head> <body class="house"> <div class="room"> <div class="rug rudolf"></div> <div class="rug muffin"></div> <div class="rug simba"></div> </div> </body> </html></p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>At the start and at the end of the cross axis</title> <link href="course.css" rel="stylesheet"> <link href="style.css" rel="stylesheet"> </head> <body class="house"> <div class="room"> <div class="rug rudolf"></div> <div class="rug muffin"></div> <div class="rug simba"></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>Assign the following alignments to the flex elements for the .room block:</p>
9
<p>Assign the following alignments to the flex elements for the .room block:</p>
10
<ol><li>at the start of the cross axis,</li>
10
<ol><li>at the start of the cross axis,</li>
11
<li>and then at the end of the cross axis.</li>
11
<li>and then at the end of the cross axis.</li>
12
</ol>
12
</ol>