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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Frames and Triangles, Part 2</title> <meta charset="utf-8"> <link rel="stylesheet" href="setting.css"> <link rel="stylesheet" href="style.css"> </head> <body class="geometry"> <div class="arrow-bottom"></div> <div class="arrow-left"></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%

Change the frame of the .arrow-bottom block:

  1. set the color of the top side area to #0074d9,
  2. make the bottom border thickness 0,
  3. and set the color of the left and right borders to transparent.
  1. Create a triangular arrow pointing to the left from the .arrow-left block.