Skip to content

Instantly share code, notes, and snippets.

@jkprg
Created January 27, 2015 02:02
Show Gist options
  • Save jkprg/de29e217afd541831b3c to your computer and use it in GitHub Desktop.
Save jkprg/de29e217afd541831b3c to your computer and use it in GitHub Desktop.

Revisions

  1. jkprg created this gist Jan 27, 2015.
    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 @@
    <h1>Test</h1>
    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","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}