- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Benefits of Reading Books</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
The Benefits of Reading
Reading books enriches vocabulary, improves memory, and trains thinking.
Why is it important?
It is a habit that helps to better understand the world and develop intellectually.
</body>
</html>
CSS
body {
width: 500px;
margin: 0;
padding: 10px;
font-family: "Arial", sans-serif;
font-size: 16px;
line-height: 1.2;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.