Skip to content

Instantly share code, notes, and snippets.

@everythingability
Created May 8, 2019 11:41
Show Gist options
  • Save everythingability/ffcb7a1f17d28b70d5d3b824761a9011 to your computer and use it in GitHub Desktop.
Save everythingability/ffcb7a1f17d28b70d5d3b824761a9011 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{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.article-header {
color: white;
font-size: 100px;
margin-left: 40px;
}
<!-- content to be placed inside <body>…</body> -->
<h1 class="article-header">Hello</h1>
// 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