Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created April 3, 2013 13:10
Show Gist options
  • Save aurelkurtula/5301073 to your computer and use it in GitHub Desktop.
Save aurelkurtula/5301073 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
*/
#article{
width: 300px;
background: red;
margin: auto;
}
h1{
margin-left: -60px;
background: red;
}
<!-- content to be placed inside <body>…</body> -->
<div id="article">
<h1>This is an example of an article title, right here</h1>
<p>This is some content </p>
<p>This is some content </p>
<p>This is some content </p>
<p>This is some content </p>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment