Skip to content

Commit e3f8354

Browse files
author
Chris Ferdinandi
committed
Updated demo
1 parent 132cfc0 commit e3f8354

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Smooth Scroll - A simple vanilla JS script to animate scrolling to anchor links.</title>
5+
<title>Smooth Scroll</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77

88
<!-- HTML5 Shim for IE -->
@@ -14,8 +14,11 @@
1414
<body id="top">
1515
<section style="width: 88%; max-width: 40em; margin-left: auto; margin-right: auto;">
1616

17-
<h1 style="text-align: center; font-size: 3em;">Smooth Scroll</h1>
18-
<p style="text-align: center; font-size: 1.5em;">A lightweight script to animate scrolling to anchor links.</p>
17+
<h1 style="text-align: center; font-size: 3em; margin-bottom: 0;">Smooth Scroll</h1>
18+
<p style="text-align: center; font-size: 1.5em; margin: 0;">A lightweight script to animate scrolling to anchor links.</p>
19+
<p style="text-align: center;"><a href="https://github.com/cferdinandi/smooth-scroll#readme">Smooth Scroll on GitHub</a></p>
20+
21+
<br><br>
1922

2023
<p>
2124
<strong>Linear</strong><br>

0 commit comments

Comments
 (0)