Skip to content

Instantly share code, notes, and snippets.

@RaymondLim
Created April 2, 2014 21:13
Show Gist options
  • Save RaymondLim/9943310 to your computer and use it in GitHub Desktop.
Save RaymondLim/9943310 to your computer and use it in GitHub Desktop.
Minified main.css from Getting Started project
html{background-color:#e6e9e9;background-image:linear-gradient(270deg,#e6e9e9 0,#d8dddd 100%);background-image:-o-linear-gradient(270deg,#e6e9e9 0,#d8dddd 100%);background-image:-moz-linear-gradient(270deg,#e6e9e9 0,#d8dddd 100%);background-image:-webkit-linear-gradient(270deg,#e6e9e9 0,#d8dddd 100%);background-image:-ms-linear-gradient(270deg,#e6e9e9 0,#d8dddd 100%);-webkit-font-smoothing:antialiased}body{margin:0 auto;padding:2em 2em 4em;max-width:800px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5em;color:#545454;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.06);-moz-box-shadow:0 0 2px rgba(0,0,0,0.06);box-shadow:0 0 2px rgba(0,0,0,0.06);background-color:#d90}h1,h2,h3,h4,h5,h6{color:#222;font-weight:600;line-height:1.3em}h2{margin-top:1.3em}a{color:#0083e8}b,strong{font-weight:600}samp{display:none}img{background:transparent;border:10px solid rgba(0,0,0,0.12);border-radius:4px;display:block;margin:1.3em auto;max-width:95%;-webkit-animation:colorize 2s cubic-bezier(0,0,.78,.36) 1}@keyframes colorize{0%{-webkit-filter:grayscale(100%)}100%{-webkit-filter:grayscale(0%)}}@-webkit-keyframes colorize{0%{-webkit-filter:grayscale(100%)}100%{-webkit-filter:grayscale(0%)}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment