blob: 0304785fbe9b2451316c1cb6c412ac5d0a025b16 [file] [log] [blame]
<!DOCTYPE html>
<head>
<style>
div {
background-image: repeating-radial-gradient(-100% -50% at center, red, green);
}
</style>
</head>
<body>
<div style="width: 100px; height: 100px;"></div>
</body>