Created
May 13, 2013 19:21
-
-
Save felixmc/5570752 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: #272822; | |
font: 1.1em/1.4em "Consolas", mono-space; | |
color: #fff; | |
} | |
#main-content { | |
width: 750px; | |
margin: 50px auto 0; | |
} | |
ul { | |
list-style-type: none; | |
padding-left: 10px; | |
} | |
ul li:before { | |
content: '- '; | |
font-weight: bold; | |
} |
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="main-content"> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget elementum lacus. Proin molestie odio placerat velit placerat sagittis. Aliquam nisl urna, interdum vitae adipiscing in, laoreet pellentesque dolor. Curabitur sed metus hendrerit magna convallis vehicula. Ut id libero nulla, ac blandit est.</p> | |
<p>Donec tincidunt eros ac ipsum venenatis at tempus nulla rhoncus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis felis et sem tincidunt ultrices eget eu nulla. Duis vehicula malesuada interdum. Sed sed dolor id nunc placerat facilisis sed in eros. Duis suscipit magna vitae magna porttitor in feugiat diam mattis.</p> | |
<ul> | |
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li> | |
<li>Duis elementum nibh in lorem eleifend sed luctus sem pellentesque.</li> | |
<li>Vestibulum vitae diam massa, vel dapibus est.</li> | |
<li>Vestibulum sit amet metus pharetra mi vulputate laoreet quis at arcu.</li> | |
<li>In aliquam egestas turpis, vel varius lectus egestas id.</li> | |
</ul> | |
</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