gradient-infinity-003-ref.html (342B)
1 <!DOCTYPE html> 2 <title>All boxes should have a lime background.</title> 3 <style> 4 div { 5 width: 100px; 6 height: 100px; 7 background: radial-gradient(circle at 0% 100%, lime 100%, red 0); 8 } 9 </style> 10 <div>This should be a lime background.</div> 11 <div>This should be a lime background.</div> 12 <div>This should be a lime background.</div>