- index.html
- style.css
HTML
CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hard Stops: Color Stop Positions</title>
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="local-10.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="scene"><div class="two-rings"></div></main>
</body>
</html>
.two-rings {
background-image:
radial-gradient(
circle at left top,
#fef3c7 {{position1}},
#f59e0b {{position2}},
#f59e0b {{position3}},
#7c2d12 {{position4}}
);
}
-4
You have left the challenge page.
0