Skip to content

Instantly share code, notes, and snippets.

@Arkaen
Arkaen / gist:1421029
Created December 2, 2011 00:43
CSS for Library Wobsite
head {
text-align: center;
}
/*Start of links*/
a:link {
color: #0C1115;
text-decoration: none;
}
@Arkaen
Arkaen / gist:1421035
Created December 2, 2011 00:44
HTML For Library Wobsite
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta charset="utf-8">
<link rel="Stylesheet" type="text/css" href="stylin.css" />
<h1><a href="Library Source/Lib.html">Frackville Public Library</a></h1>
<title>Frackville Public Library</title>
</head>
<body>