Skip to content

Instantly share code, notes, and snippets.

@MadaraUchiha
Created June 10, 2014 14:07
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 MadaraUchiha/645d567ef1e3d6be9310 to your computer and use it in GitHub Desktop.
Save MadaraUchiha/645d567ef1e3d6be9310 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
font-family: Arial;
}
h1, #container {
text-align: center;
}
ul {
display: inline-block;
text-align: left;
}
<h1>Hello</h1>
<div id=container>
<ul>
<li>One
<li>Two
<li>Three
</ul>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment