Skip to content

Instantly share code, notes, and snippets.

@alinaf
alinaf / style.css
Created March 13, 2017 03:33 — forked from hamstu/style.css
Parallax Example: CSS
body {
background: #415a6c;
margin: 0;
font-family: 'Oswald';
}
.parallax-container {
position: fixed;
overflow: visible;
width: 100%;
height: 850px;