Skip to content

Instantly share code, notes, and snippets.

@mportiz08
Created September 26, 2010 05:20
Show Gist options
  • Save mportiz08/597628 to your computer and use it in GitHub Desktop.
Save mportiz08/597628 to your computer and use it in GitHub Desktop.
@charset "utf-8";
/* CSS Document */
/*******************************************************************************************/
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/*******************************************************************************************/
/*******************************************************************************************/
html, body {
background-color: #e7e7e7;
color: #333;
font-family: "Helvetica Neue", helvetica, sans-serif;
height: 100%;
}
a, a:visited, a:active, a:hover { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: 56px; font-weight: normal; }
h2 { font-size: 36px; font-weight: normal; }
h3 { font-size: 24px; font-weight: normal; }
h4 { font-size: 18px; font-weight: normal; }
.clear {
clear: both;
height: 0;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment