From f2a7165d133c79842c63b2b60eacd31e120e8ec6 Mon Sep 17 00:00:00 2001 From: asakurasol Date: Wed, 13 Apr 2016 11:34:12 -0700 Subject: [PATCH] fix spacing and semicolons --- index.html | 150 ++++++++++++++++++++++++++--------------------------- 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/index.html b/index.html index b65fa6e..951cc6c 100755 --- a/index.html +++ b/index.html @@ -28,21 +28,21 @@

CSS3 Patterns Gallery

#8a3; background-size: 20px 20px;" title="Microbial Mat" data-author="Logan McBroom" data-author-url="http://logan.mcbroom.me"> -
  • +background-size: 15px 30px;" title="Half-Rombes" data-author="Valentin Agachi" data-author-url="http://agachi.name/">
  • -
  • @@ -63,7 +63,7 @@

    CSS3 Patterns Gallery

    linear-gradient(135deg, #708090 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px), linear-gradient(225deg, #708090 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px; background-color:#708090; -background-size: 64px 128px" title="Weave" data-author="Jeroen Franse" data-author-url="http://twitter.com/jroenf"> +background-size: 64px 128px;" title="Weave" data-author="Jeroen Franse" data-author-url="http://twitter.com/jroenf">
  • +background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px; +background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;" title="Starry night">
  • -
  • CSS3 Patterns Gallery background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%; background-color: #840b2a;" title="Rainbow bokeh" data-author="Auke Zwart" data-author-url="http://twitter.com/okke29">
  • - +
  • - +
  • -
  • CSS3 Patterns Gallery radial-gradient(circle closest-side at 50% 35%, #d35 30%, rgba(221,51,85,0) 31%) 50px 50px; background-color:#b03; background-size:100px 100px;" title="Hearts">
  • - +
  • - -
  • - -
  • -
  • CSS3 Patterns Gallery radial-gradient(circle at 0% 50%, #364E27 16%, rgba(54,78,39,0) 17%) 50px 50px; background-color:#63773F; background-size:100px 100px;" title="Yin Yang">
  • - +
  • - +
  • - +
  • - +
  • - +
  • - +background-size: 100px 50px;" title="Seigaiha"> +
  • - +
  • - +
  • - +
  • - +background-size: 60px 60px; +background-position: 0 0, 30px 30px;" title="Checkerboard"> +
  • +background-size: 60px 60px;" title="Diagonal checkerboard">
  • - +
  • -
  • - +
  • - +background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px; +background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;" title="Blueprint grid"> +
  • - +
  • - +
  • - +
  • @@ -341,15 +341,15 @@

    CSS3 Patterns Gallery

    linear-gradient(150deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0, linear-gradient(30deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0, linear-gradient(90deg,#B71 2%,#fb1 0,#fb1 98%,#B71 0%)0 0 #fb1; -background-size:40px 60px;" +background-size: 40px 60px;" title="HoneyComb" data-author="Paul Salentiny">
  • Browser support -

    The patterns themselves should work on Firefox 3.6+, Chrome, Safari 5.1, Opera 11.10+ and IE10+. +

    The patterns themselves should work on Firefox 3.6+, Chrome, Safari 5.1, Opera 11.10+ and IE10+. However, implementation limitations might cause some of them to not be displayed correctly even on those browsers (for example at the time of writing, Gecko is quite buggy with radial gradients).

    Also, this gallery won’t work in Firefox 3.6 and IE10, even though they support gradients, due to a JavaScript limitation.

    @@ -394,23 +394,23 @@

    Submission guidelines

    return 'radial-gradient(' + center + (shape? ', ' + shape : ''); }); } - + return css; }); - + - - + - + +