- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Magical Academy</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Magical Academy
The Magical Academy was founded by ancient wizards in 980.
Schools of Magic
Here, spells from three schools of magic are studied:
Fire
Water
Sea Magic
Rain Spells
Air
Wind Spells
Summoning Hurricanes
Famous Wizards
The academy is known for its legendary wizards:
Arcanus — creator of the spell Mirror.
Melissa — master of Water Magic.
Students spend years studying artifacts and complex formulas.
</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.