Skip to content

Instantly share code, notes, and snippets.

@jonmagic
Created February 23, 2009 15:13
Show Gist options
  • Save jonmagic/68985 to your computer and use it in GitHub Desktop.
Save jonmagic/68985 to your computer and use it in GitHub Desktop.
<style>
body {
margin:0;
padding:0;
background-color:#f0f0f0;
background-image:url(images/Untitled-1.jpg);
}
div#container {
width:747px;
margin:10px auto;
border-style: outset;
border-top-color: #FFF;
border-right-color: #FFF;
border-bottom-color: #FFF;
border-left-color: #FFF;
background-color: #FFF;
}
div#banner {}
div#banner h1 {display:none}
div#navigation {background-color: #1C427C;padding-top:4px;}
div#navigation ul {padding:0;margin:0;}
div#navigation ul li {display:inline;}
div#content {}
div#footer {}
a:link {
text-decoration: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
a:visited {
text-decoration: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
a:hover {
text-decoration: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
a:active {
text-decoration: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment