Skip to content

Instantly share code, notes, and snippets.

@klebercode
Created August 24, 2015 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klebercode/313da37f1c648f10cbbb to your computer and use it in GitHub Desktop.
Save klebercode/313da37f1c648f10cbbb to your computer and use it in GitHub Desktop.
* { margin: 0; padding: 0; list-style: none; border: none; }
html, body { height: 100%; }
body,
input, select, textarea { font-size: 12px; font-family: Tahoma, sans-serif; color: #333; }
body { min-width: 300px; }
h1, h2, h3, h4, h5, h6 { }
a { text-decoration: none; color: #4b4d4d; }
a:hover { text-decoration: underline; }
p { margin-bottom: 15px; }
.content { width: 960px; margin: 0 auto; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
@media only screen and (max-width: 800px){
.content { width: auto; }
img { max-width: 100% !important; height: auto !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment