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

HTML

<!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>

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%

Assign the following alignments to the flex elements for the .room block:

  1. at the start of the cross axis,
  2. and then at the end of the cross axis.