Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<style>
div {
    height: 400px;
    background: linear-gradient(to bottom, #ff6600 0%, #cc99ff 100%)
}
</style>
<body>
<div></div>
</body>
</html>