<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hello</title>
<style>
.m-demo {
margin: 100px;
height: 100px;
background: linear-gradient(#fff, #019ae9);
width: 1px;
display: inline-block;
}
</style>
</head>
<body>
<span class="m-demo"></span>
</body>
</html>