Skip to content

Instantly share code, notes, and snippets.

View ericcecchi's full-sized avatar

Eric Cecchi ericcecchi

View GitHub Profile
@ericcecchi
ericcecchi / index.html
Last active October 7, 2015 17:20 — forked from mattborn/index.html
Scrolling Made Simple
<html>
<head>
<title>Scrolling Made Simple</title>
<style>
* {
box-sizing: border-box;
}
html {
height: 100%;
}