<!DOCTYPE html> <html> <head> <style> div { margin-top: 21px; height: 30px; background-image: linear-gradient(black, white); } </style> </head> <body> <div></div> </body> </html>