Skip to content

Instantly share code, notes, and snippets.

@marsp0
Created August 28, 2014 12:17
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 marsp0/8b6c501c0ed08705ea23 to your computer and use it in GitHub Desktop.
Save marsp0/8b6c501c0ed08705ea23 to your computer and use it in GitHub Desktop.
white - FFFEFC
/*
white - FFFEFC
darker white - E2E3DF
greyish - 515B5E
darker greyish - 2E3233
green - CAF200
*/
body {font-family:Lucida Grande ,Helvetica, Arial, Verdana; width: 80%; margin: 0 auto; color: #FFFEFC;background-color: #515B5E}
ul {list-style: none;}
a {color: #caf200; text-decoration: none}
.navigation { background-color:#2E3233 ; height: 50px; border-radius: 5px
<!-- content to be placed inside <body>…</body> -->
<div class='navigation'>
<ul>
<li><a href='#'> Home </a></li>
<li><a href='#'> Browse Store </a></li>
<li><a href='#'> Contact Us </a></li>
<li><a href='#'> Privacy </a></li>
<li><a href='#'> Account </a></li>
</ul>
</div>
<div class='main'>
</div>
<div class='footer'>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"110","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment