Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<style>
html {
background: white;
}
div {
background: linear-gradient(to rigtht, 0 white, 100% orange);
height: 100px;
width: 50%;
}
</style>
</head>
<body>
<div></div>
</body>
</html>