<!DOCTYPE html>
<title>My Example</title>
<style>
div {
background: radial-gradient(at bottom right, yellow, red);
color: white;
padding: 30px;
height: 160px;
font-family: sans-serif;
font-size: 1.5em;
}
</style>
<div>
Radial gradient example.
</div>