Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Last active December 21, 2015 07:39
Show Gist options
  • Select an option

  • Save aurelkurtula/6273124 to your computer and use it in GitHub Desktop.

Select an option

Save aurelkurtula/6273124 to your computer and use it in GitHub Desktop.
st:css:starter
@media screen { * , *:after,*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } }* {margin: auto; padding: auto;}
html { font-size: 62.5%; } /*base sizee*/
body { font-size: 1.4rem; } /* =14px all type sizes are relative to the base size*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment