<!DOCTYPE html>
<html>
<style>
div {
height: 400px;
background: linear-gradient(red, yellow);
}
</style>
<body>
<div></div>
</body>
</html>