- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Landing, step 1</title>
<meta charset="utf-8">
<link rel="stylesheet" href="epoch5.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="cosmic">
<div class="moon"></div>
<div class="rocket arrival">
<span class="fuel"></span>
</div>
</body>
</html>
CSS
Goalscompleted
- Create an animation
flycontaining a frametowith atransform: translate(240px, 260px) rotate(-45deg)transformation, - then assign this animation to the rocket
.rocket:1.5sin duration,ease-outtype, keep the state after animation.