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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Applying Decorative Styling to the Line, Step 1</title> <meta charset="utf-8"> <link rel="stylesheet" href="style.css"> </head> <body> <div class="square">Warmphoto</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 to the .square block:

  1. A solid frame that is 5px thick and has the color #333333;
  2. The font "Montserrat Alternates", sans-serif that is 72px in size;
  3. A width of 260px.