- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Испытание</title>
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="local-2.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="scene"><div class="target notice">Notice</div></div>
</body>
</html>
CSS
.notice {
property: 4px dashed #e11d48;
}
/*
Замените имя свойства, чтобы получилось как в образце.
Подсказки:
Возможные свойства:
outline
border-style
border
border-line
*/
Ha ido a otra página
0