<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Para</title>
</head>
<body>
<div class="parallax1" id="section1">
<a class="anchor" href="#section2">Section 1</a>
</div>
<div class="content">
<h1>Parallax Effect</h1>
<h3>Parallax is a displacement or difference in the apparent position of an object viewed along two different lines of sight and is measured by the angle or semi-angle of inclination between those two lines.</h3>
<h1>Floating Button</h1>
<h3>
Image result for floating button
A floating action button (FAB) performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.</h3>
<h1>Smooth Scroll</h1>
<h3>The smooth Scrolling feature for web pages allows the user to scroll smoothly while navigating across a webpage. This feature came into wide use because the normal scrolling is choppy and annoying for a lot of users who have to read long pages on the web.</h3>
</div>
<div class="parallax2" id="section2">
<a class="anchor" href="#section1">Section 2</a>
</div>
<div class="floating-wrapper">
<input id="floatingCheckbox" type="checkbox" class="floating-checkbox" />
<label class="floating" for="floatingCheckbox">
<div class="circle-icon"></div>
</label>
<div class="floating-wheel">
<a class="floating-action floating-action-1">
<p>!</p>
</a>
<a class="floating-action floating-action-2">
<p>@</p>
</a>
<a class="floating-action floating-action-3">
<p>#</p>
</a>
<a class="floating-action floating-action-4">
<p>&</p>
</a>
</div>
</div>
<footer>
<h4>Parallax, Floating button and Smooth Scroll in one page</h4> <br/>
<h4>Author: Sreemaan<h4>
...