Created
May 26, 2013 01:42
-
-
Save felixmc/5651420 to your computer and use it in GitHub Desktop.
Untitled
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
body { | |
background | |
} |
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="header"> | |
</section> | |
<section id="main-content" class="wrapper"> | |
<nav id="navigation"> | |
<ul> | |
<li><a href="#">home</a></li> | |
<li><a href="#">about</a></li> | |
<li><a href="#">game</a></li> | |
</ul> | |
</nav> | |
<h2>Info</h2> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin aliquet mauris id neque consequat eu rutrum arcu vulputate. Duis at ipsum eu magna volutpat ornare. Proin a quam massa. Aliquam varius magna sit amet nulla consectetur fringilla. Vivamus sed neque diam, ac dapibus arcu. Duis sit amet est massa. In gravida urna ac mauris malesuada nec mollis risus rhoncus. Proin imperdiet porttitor nisi, non pellentesque felis rhoncus ac.</p> | |
<a class="play-button" href="#">play</a> | |
</section> | |
<section id="footer"> | |
<p>Copyright Stuffs</p> | |
</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
// 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":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment