Skip to content

Instantly share code, notes, and snippets.

@ichii731
Created April 20, 2021 02:42
Show Gist options
  • Save ichii731/9243d8dfc26ea164529b5e716b78db75 to your computer and use it in GitHub Desktop.
Save ichii731/9243d8dfc26ea164529b5e716b78db75 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scroll Down Button</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="sec-1">
<div class="container">
<h1>Home Page&nbsp;</h1>
<a href="#sec-2">
<div class="scroll-down"></div>
</a>
</div>
</section>
<section id="sec-2">
<div class="container">
<h1>Scroll Page&nbsp;</h1>
</div>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment