Skip to content

Instantly share code, notes, and snippets.

@marsvogel
Created August 7, 2014 13:13
Show Gist options
  • Save marsvogel/c0b5643c9a38d4536de7 to your computer and use it in GitHub Desktop.
Save marsvogel/c0b5643c9a38d4536de7 to your computer and use it in GitHub Desktop.

Revisions

  1. marsvogel created this gist Aug 7, 2014.
    7 changes: 7 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    /**
    * The first commented line is your dabblet’s title
    */

    background: #f06;
    background: linear-gradient(45deg, #f06, yellow);
    min-height: 100%;
    1 change: 1 addition & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <!-- content to be placed inside <body>…</body> -->
    1 change: 1 addition & 0 deletions dabblet.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // alert('Hello world!');
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}