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

HTML

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Shadow Art – 3</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="logo"> <div class="c1"></div> <div class="c2"></div> <div class="c3"></div> <div class="c4"></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%

Add the circle class to the elements with the following classes:

  1. c1,
  2. c2,
  3. c3,
  4. c4.