Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 18, 2021 11:55
Show Gist options
  • Select an option

  • Save csssecrets/5646121210b0c99c94a7 to your computer and use it in GitHub Desktop.

Select an option

Save csssecrets/5646121210b0c99c94a7 to your computer and use it in GitHub Desktop.

Revisions

  1. csssecrets revised this gist Jan 16, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    */

    background: repeating-linear-gradient(60deg,
    #fb3, #fb3 10px,
    #58a 0, #58a 20px);
    #fb3, #fb3 15px,
    #58a 0, #58a 30px);

    height: 100vh;
    height: 100%;
  2. csssecrets revised this gist Jan 14, 2015. 1 changed file with 4 additions and 5 deletions.
    9 changes: 4 additions & 5 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,9 @@
    /**
    * Subtle stripes
    * Diagonal stripes - repeating-linear-gradient() method
    */

    background: #58a;
    background-image: repeating-linear-gradient(30deg,
    hsla(0,0%,100%,.1), hsla(0,0%,100%,.1) 10px,
    transparent 0, transparent 20px);
    background: repeating-linear-gradient(60deg,
    #fb3, #fb3 10px,
    #58a 0, #58a 20px);

    height: 100vh;
  3. csssecrets revised this gist Jan 14, 2015. 1 changed file with 5 additions and 4 deletions.
    9 changes: 5 additions & 4 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,10 @@
    /**
    * Diagonal stripes - repeating-linear-gradient() method
    * Subtle stripes
    */

    background: repeating-linear-gradient(60deg,
    #fb3, #fb3 10px,
    #58a 0, #58a 20px);
    background: #58a;
    background-image: repeating-linear-gradient(30deg,
    hsla(0,0%,100%,.1), hsla(0,0%,100%,.1) 10px,
    transparent 0, transparent 20px);

    height: 100vh;
  4. csssecrets revised this gist Jan 14, 2015. 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,7 +2,7 @@
    * Diagonal stripes - repeating-linear-gradient() method
    */

    background: repeating-linear-gradient(45deg,
    background: repeating-linear-gradient(60deg,
    #fb3, #fb3 10px,
    #58a 0, #58a 20px);

  5. csssecrets created this gist Jan 14, 2015.
    9 changes: 9 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    /**
    * Diagonal stripes - repeating-linear-gradient() method
    */

    background: repeating-linear-gradient(45deg,
    #fb3, #fb3 10px,
    #58a 0, #58a 20px);

    height: 100vh;
    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":"css"}