linear-vertical-subpixel-1.html (202B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 div { 6 margin-top: 20.7px; 7 height: 30px; 8 background-image: linear-gradient(black, white); 9 } 10 </style> 11 </head> 12 <body> 13 <div></div> 14 </body> 15 </html>