Created
August 24, 2015 01:30
-
-
Save klebercode/313da37f1c648f10cbbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { 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