Skip to content

Instantly share code, notes, and snippets.

View arnikim92-max's full-sized avatar

arnikim92-max

  • Joined Dec 25, 2025
View GitHub Profile
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>Список произведений Толстого</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>Список произведений Толстого:</h1>
body {
font-size: 14px;
color: blue;
}
h1 {
font-size: 18px;
font-weight: bold;
}