Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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