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

HTML

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Individual flex item along a baseline alignment of one item</title> <link href="course.css" rel="stylesheet"> <link href="style.css" rel="stylesheet"> </head> <body class="house"> <div class="room"> <div class="rug text-rudolf"> <p>Rudolf</p> </div> <div class="rug text-muffin"> <p>Muffin</p> </div> <div class="rug text-simba"> <p>Simba</p> </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%

Align the flex items in accordance with the text baseline:

  1. For Simeon’s rug (.text-simba),
  2. for Muffin’s rug (.text-muffin).