Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 50px;
height: 200px;
background-image: -webkit-linear-gradient(top, red, blue);
}
</style>
</head>
<body>
<div></div>
</body>
</html>