Created
August 28, 2014 12:17
-
-
Save marsp0/8b6c501c0ed08705ea23 to your computer and use it in GitHub Desktop.
white - FFFEFC
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
/* | |
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 |
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
<!-- 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> |
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
// alert('Hello world!'); |
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
{"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