Skip to content

Instantly share code, notes, and snippets.

View Amit006's full-sized avatar
🏠
Working from home

Amit Nayek Amit006

🏠
Working from home
View GitHub Profile
@Amit006
Amit006 / parallax.html
Last active August 29, 2015 14:12 — forked from hamstu/parallax.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Parallax Example</title>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
</head>
<body>
@Amit006
Amit006 / style.css
Last active August 29, 2015 14:12 — forked from hamstu/style.css
body {
background: #415a6c;
margin: 0;
font-family: 'Oswald';
}
.parallax-container {
position: fixed;
overflow: visible;
width: 100%;
height: 850px;