- index.html
- style.css
HTML
CSS
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Desafío</title>
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="local-10.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="stage">
<div class="stack">
<div class="corner-preview corner-preview--wide">Esquina ancha</div>
<div class="corner-preview corner-preview--tall">Esquina alta</div>
</div>
</main>
</body>
</html>
.corner-preview {
background-image: linear-gradient(
{{direction}},
#db2777 42%,
#fef3c7 58%
);
}
-1
Saliste de la página del desafío.
0