linear-gradient-calc-em-units-ref.html (240B)
1 <!DOCTYPE html> 2 <title>CSS Test Reference</title> 3 <style> 4 div { width: 100px; height: 100px; } 5 </style> 6 <div style="background: linear-gradient(blue 20px, yellow)"></div> 7 <div style="background: linear-gradient(blue 60px, yellow)"></div>