css-gradient-currentcolor-ref.html 156 B

12345678910
  1. <html>
  2. <style>
  3. div {
  4. width: 200px;
  5. height: 200px;
  6. background: linear-gradient(green, white);
  7. }
  8. </style>
  9. <div></div>
  10. </html>