Created
April 27, 2012 08:35
-
-
Save abossard/2507479 to your computer and use it in GitHub Desktop.
Autodo ME/US
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
/** | |
* Autodo ME/US | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
<section id="page"> | |
<section id="header"> | |
<h1>autodo<page>.me</span></h1> | |
</section> | |
<section id="navigation"> | |
<ul> | |
<li><a href="#home">Home</a></li> | |
<li><a href="#login">Signup/Login</a></li> | |
<li><a href="#profile">Profile</a></li> | |
</ul> | |
</section> | |
<section id="books"> | |
<ul> | |
<li><a href="#home">Private</a></li> | |
<li><a href="#home">Company 1</a></li> | |
<li><a href="#home">Company 2</a></li> | |
</ul> | |
</section> | |
</section> |
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-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment