Skip to content

Instantly share code, notes, and snippets.

@kenanchristian
Last active September 21, 2020 06:40
Show Gist options
  • Save kenanchristian/0f3bc217395d6934e3c7f89d8b458196 to your computer and use it in GitHub Desktop.
Save kenanchristian/0f3bc217395d6934e3c7f89d8b458196 to your computer and use it in GitHub Desktop.
[[Adventure.co] Template] Starting Template #writing #animation-transition
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adventure Co.</title>
<link rel="stylesheet" href="./styles/index.css">
</head>
<body>
<main class="container">
<section class="hero">
<img src="./assets/images/mountain.jpg" class="background" alt="Mountains"/>
</section>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment