- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Achievements in Sports</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Great Sporting Achievements
Usain Bolt set the world record in the 100m.
Lionel Messi won his sixth Ballon d'Or.
A history of greatness and inspiration for everyone!
</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.