- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Amulet of Dawn</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Legend of the Amulet of Dawn
The Amulet of Dawn was created by ancient mages in the year 1001 to protect against the forces of darkness.
The amulet's glow at dawn drives away the darkness, bringing light and hope.
1001
Creation of the amulet by the mages of the city of Svetozar.
1205
The amulet was lost in a battle with demons.
Location of the Amulet
Historians believe that it is located in an abandoned tower at the edge of the world.
Events Related to the Amulet
Creation of the artifact
Lost in battle
The Battle of the Dark Gates
The Fall of Svetozar
Attempts to find the amulet
The legend continues to inspire adventurers and mages.
</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.