Skip to content

Instantly share code, notes, and snippets.

View Shibly's full-sized avatar

Shibly

View GitHub Profile
@Shibly
Shibly / index.html
Created July 9, 2019 07:16
Smooth Scroll Using jQuery
<!DOCTYPE html>
<html>
<head>
<title>Smooth Scroll</title>
<style type="text/css">
hr {
height: 100vh;
}
</style>
</head>