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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Creating a Round Arrow with a Frame, 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-round"></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%

For the .arrow-round::after pseudo-element:

  1. Set a solid frame that is 100px thick, has the color #ffffff, and assign the color #0074d9 to the bottom border of the frame.
  2. Assign the coordinates top: -45px and left: 130px.
  3. Set a zero thickness for the right and top borders of the frame,
  4. and make the left border of the frame transparent.