Skip to content

Instantly share code, notes, and snippets.

@stubbornella
Forked from anonymous/dabblet.css
Created January 7, 2013 00:27
Show Gist options
  • Select an option

  • Save stubbornella/4471317 to your computer and use it in GitHub Desktop.

Select an option

Save stubbornella/4471317 to your computer and use it in GitHub Desktop.

Revisions

  1. stubbornella revised this gist Jan 7, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dabblet.css
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,6 @@
    * jared's gradient
    */
    background-color: #fff;
    background-image:-webkit-linear-gradient(0deg,transparent 20px ,#abced4 23px, transparent 25px);
    background-image:-webkit-linear-gradient(0deg,transparent 20px ,#abced4 21px,#abced4 22px, transparent 22px);
    background-repeat: repeat;
    background-size: 200px;
  2. stubbornella revised this gist Jan 7, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion dabblet.css
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,6 @@
    * jared's gradient
    */
    background-color: #fff;
    background-image:-webkit-linear-gradient(0deg,transparent 20px ,#abced4 20px, transparent 25px);
    background-image:-webkit-linear-gradient(0deg,transparent 20px ,#abced4 23px, transparent 25px);
    background-repeat: repeat;
    background-size: 200px;
  3. @invalid-email-address Anonymous created this gist Jan 7, 2013.
    5 changes: 5 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    /**
    * jared's gradient
    */
    background-color: #fff;
    background-image:-webkit-linear-gradient(0deg,transparent 20px ,#abced4 20px, transparent 25px);
    2 changes: 2 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    <!-- content to be placed inside <body>…</body> -->
    lorem ipsum doler
    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":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}