Skip to content

Instantly share code, notes, and snippets.

@michanismus
Created February 24, 2014 16:17
Show Gist options
  • Select an option

  • Save michanismus/9191371 to your computer and use it in GitHub Desktop.

Select an option

Save michanismus/9191371 to your computer and use it in GitHub Desktop.

Revisions

  1. michanismus created this gist Feb 24, 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","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}