<!DOCTYPE html>
<title>My Example</title>
<style>
.box {
font-size: 5vw;
padding: 10vw;
border: solid;
background: linear-gradient(to bottom left, blue, yellow, red);
}
</style>
<div class="box">This has a linear gradient.</div>