- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Book of Knowledge</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Magical Artifact: Book of Knowledge
"The Book of Knowledge" was created in 1100 by the wizards of the city of Bragg.
Its effect is enhanced when used with other artifacts, such as the "Boots of Levitation".
Page 24 contains the summoning formula for elementals:
Earth Elementals
Water Elementals
Sea Tides
Magical Waves
Air Elementals
Notes on page 56 mention an ancient ritual:
Use 2 times per year
Summon during a full moon
The artifact is unavailable for beginners.
</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.