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