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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>Creating a Complex Background – Part 2</title> <meta charset="utf-8"> <link rel="stylesheet" href="style.css"> </head> <body> <div class="pattern"></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 two more gradients from white to transparent with a sharp transition at 25% to the .pattern block:

  1. The third gradient should be at an angle of 45°,
  2. and the fourth should be at an angle of 315°.