Skip to content

Instantly share code, notes, and snippets.

@jlord
Created April 26, 2012 19:11
Show Gist options
  • Save jlord/2502085 to your computer and use it in GitHub Desktop.
Save jlord/2502085 to your computer and use it in GitHub Desktop.
CfA Website Banner
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Arvo:300,400,700' rel='stylesheet' type='text/css'>
</head>
<style>
#topbar {position: fixed; top: 0px; left: 0px; height: 30px; width: 100%; background: #419ED8;
-moz-box-shadow: 0px 0px 5px 0px #888; -webkit-box-shadow: 0px 0px 9px 0px #888;
box-shadow: 0px 0px 5px 0px #888; z-index: 99999;}
#topbar p {color: #fff; font-family: 'Arvo'; font-size: 12px; margin-top: 5px;
vertical-align: middle; font-weight: 300; letter-spacing: 2px; text-align: center;}
#topbar img {vertical-align: middle; margin-right: 15px;}
#topbar a {color: #fff; text-decoration: none; border-bottom:1px dotted #fff;}
</style>
<body>
<div id="topbar"><p><img src="http://jlord.us/code_flag.png" height="20px"/>Created for residents by Code for America in their partnership with the City of Macon. Learn more <a href="www.codeforamerica.org" target="_blank">here</a>.</p></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment