Заголовок
Урок 16 из 31 курса 3D-карточка | Front-end проект на Coddy.
Задание
ЛегкоЦелевой класс ‘title’:
- Установите display в block.
- Установите color в #008489.
- Установите font-weight в bold.
- Установите font-size в 20px.
Попробуйте сами
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>