linear-gradient-body-sibling-index-ref.html (248B)
1 <!DOCTYPE html> 2 <title>CSS Test Reference</title> 3 <style> 4 body { 5 background-position: top left; 6 background-repeat: no-repeat; 7 background-size: 100px 100px; 8 background-image: linear-gradient(blue 40px, yellow); 9 } 10 </style> 11 <body>