- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Keep exploring!</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Advanced<br>
Web Animations<br>
for Frontend Developers</h1>
<p>Master modern web animation — from basics to production motion</p>
<p><a href="https://htmlacademy.org/animations">https://htmlacademy.org/animations</a></p>
</body>
</html>
CSS
body {
padding: 20px;
background-color: #ffffff;
color: #222222;
line-height: 1.2;
font-family: "Muller", sans-serif;
font-size: 25px;
}
Goalscompleted
- Click the link.