Skip to content

Instantly share code, notes, and snippets.

@raws
Forked from Arkaen/gist:1421029
Created December 2, 2011 00:44
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 raws/1421036 to your computer and use it in GitHub Desktop.
Save raws/1421036 to your computer and use it in GitHub Desktop.
CSS for Library Wobsite
head {
text-align: center;
}
a:link {
color: #0C1115;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #B1BF45;
text-decoration: none;
}
a:active {
color: #B1BF45;
text-decoration: none;
}
.menu ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
.menu li {
display: inline;
}
body {
margin: auto;
width: 80%;
padding-bottom: 20px;
padding-right: 35px;
padding-left: 35px;
border: 2px solid black;
border-radius: 5px;
font-family: "geneva";
font-size: 16px;
color: #0C1115;
background-color: #6F8C42;
}
p {
text-indent: 20px;
}
h1 {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment