- index.html
- style.css
HTML
CSS
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Transiciones bruscas: posiciones de las paradas de color</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
Saliste de la página del desafío.
0