Skip to content

Instantly share code, notes, and snippets.

@gtzilla
Created October 22, 2010 21:13
Show Gist options
  • Save gtzilla/641386 to your computer and use it in GitHub Desktop.
Save gtzilla/641386 to your computer and use it in GitHub Desktop.
/*
filename: basic.css
http://unlicense.org/
author: gregory tomlinson
*/
*{ padding:0; margin:0; }
h1,h2,h3,h4,h5,h6,input,textarea,select,option, body {
font-family:Arial, sans-serif;
font-size:11px;
font-weight:normal;
color:#333;
}
.hr {
clear:both;
float:none;
}
.hr hr {
display:none;
}
#top {
}
#middle {
}
#bottom {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment