- 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-11.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="scene"><div class="target notice">Notice</div></div>
</body>
</html>
CSS
.notice {
property: 10px dotted #e11d48;
}
/*
Замените имя свойства, чтобы получилось как в образце.
Подсказки:
Возможные свойства:
border-right
border-left
border-top
*/
Ha ido a otra página
0