Skip to content

Instantly share code, notes, and snippets.

@pachun
Created May 2, 2013 15:38
Show Gist options
  • Select an option

  • Save pachun/5503090 to your computer and use it in GitHub Desktop.

Select an option

Save pachun/5503090 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Chat Server - Nick Pachulski</title>
<link href="../static/chat.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id='header'>
</div>
</body>
</html>
-----------------
body {
margin: 0;
background-color: #000;
}
#header {
width: 100%;
height 100px;
/* background-color: #f4921e; */
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment