- 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-14.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="stage stage--parts-bottom">
<div class="work-field">
<div class="anchor anchor--one"><span class="anchor-label"></span></div>
<div class="anchor anchor--two"><span class="anchor-label"></span></div>
<div class="anchor anchor--three"><span class="anchor-label"></span></div>
</div>
<div class="parts-field">
<div class="parts-field-cell">
<div class="ship target target--two ship--three"></div>
</div>
</div>
</main>
</body>
</html>
.anchor--one {
anchor-name: --a1;
}
.anchor--two {
anchor-name: {{anchorName}};
}
.anchor--three {
anchor-name: --a3;
}
.target--two {
position: absolute;
position-anchor: {{positionAnchor}};
position-area: {{positionArea}};
}
-3
Saliste de la página del desafío.
0