css-gradients-ref.html 327 B

123456789101112131415
  1. <style>
  2. * {
  3. margin: 0;
  4. }
  5. body {
  6. background-color: white;
  7. }
  8. </style>
  9. <!-- To rebase:
  10. 1. Open css-gradients.html in Ladybird
  11. 2. Resize the window just above the width of the largest gradient
  12. 3. Right click > "Take Full Screenshot"
  13. 4. Update the image below:
  14. -->
  15. <img src="./images/css-gradients-ref.png">