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