Last active
September 21, 2020 06:40
-
-
Save kenanchristian/0f3bc217395d6934e3c7f89d8b458196 to your computer and use it in GitHub Desktop.
[[Adventure.co] Template] Starting Template #writing #animation-transition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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