Skip to content

Instantly share code, notes, and snippets.

View ericcecchi's full-sized avatar

Eric Cecchi ericcecchi

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ericcecchi on github.
  • I am cheech (https://keybase.io/cheech) on keybase.
  • I have a public key ASClwp_rU4DfSg5Rs_TfOcUXs4dDPlR7yv_ydgvqSJ-nDAo

To claim this, I am signing this object:

@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%;
}