- index.html
- style.css
HTML
CSS
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Tamaño de circle: <length></title>
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="local-3.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="scene"><div class="radius-tile"></div></main>
</body>
</html>
.radius-tile {
background-image:
radial-gradient(
circle {{radius}},
#fef3c7 16%,
#fdba74 50%,
#f97316 84%
);
}
-1
Saliste de la página del desafío.
0