Skip to content

Instantly share code, notes, and snippets.

Created March 2, 2013 12:25
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 anonymous/5070780 to your computer and use it in GitHub Desktop.
Save anonymous/5070780 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<style type="text/css">
*{margin:0px;
padding:0px;
}
#logo{width:272px;
height:60px;
background:#666;
text-align:center;
font-size:40px;
}
.test{width:272px;
height:60px;
font-size:40px;
text-align:center;
background:#666;
margin-top:60px;
display:inline-block;
}
</style>
<body>
<a href="#"><div id="logo">Site Logo</div></a>
<a href="#"><span class="test">Test</span></a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment