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