Created
May 2, 2013 15:38
-
-
Save pachun/5503090 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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