Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save arnikim92-max/a7f195e03434316a03d4cb20a7211561 to your computer and use it in GitHub Desktop.

Select an option

Save arnikim92-max/a7f195e03434316a03d4cb20a7211561 to your computer and use it in GitHub Desktop.
web core
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>Список произведений Толстого</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>Список произведений Толстого:</h1>
<div>
<ul>
<li class="blue">Война и мир</li>
<li class="red">Анна Каренина</li>
<li class="blue">Декабристы</li>
<li class="green">Сто лет</li>
</ul>
</div>
</body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment