- 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-1.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="stage">
<div class="ruler-h"></div>
<div class="ruler-v"></div>
<div class="shape-shell">
<div class="shape"></div>
<div class="vertices"></div>
</div>
</main>
</body>
</html>
.shape {
clip-path: {{functionName}}(
from 40px 0px,
line to 280px 0px,
line to 320px 220px,
line to 0px 220px,
close
);
}
-1
Saliste de la página del desafío.
0