Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<style>
div {
    height: 400px;
    background: linear-gradient(red, yellow);
}
</style>
<body>
<div></div>
</body>
</html>