- index.html
- style.css
HTML
CSS
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Испытание</title>
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="local-16.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="stage stage-calibrate">
<section class="target cards" aria-label="energy calibration lane">
<article class="item">A-01</article>
<article class="item">B-02</article>
<article class="item">C-03</article>
</section>
</main>
</body>
</html>
.cards {
display: flex;
justify-content: flex-end;
align-items: {{alignment}};
}
-1
Saliste de la página del desafío.
0