Skip to content

Instantly share code, notes, and snippets.

@Jason-cqtan
Created June 27, 2018 10:09
Show Gist options
  • Save Jason-cqtan/a84e5a0441c3c4f4517d5fc1f8231f66 to your computer and use it in GitHub Desktop.
Save Jason-cqtan/a84e5a0441c3c4f4517d5fc1f8231f66 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
*/
div{
padding: 6px 16px;
border: 1px solid #446d88;
background: #58a linear-gradient(#77a0bb, #58a); border-radius: 4px;
box-shadow: 0 1px 5px gray;
color: white;
text-shadow: 0 -1px 1px #335166;
font-size: 20px;
line-height: 30px; }
<!-- content to be placed inside <body>…</body> --><h1>hello world!</h1>
<div>hey</div>
// alert('Hello world!');
{"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