Skip to content

Commit

Permalink
Merge pull request #11 from jroenf/pattern-weave
Browse files Browse the repository at this point in the history
Added weave pattern
  • Loading branch information
LeaVerou committed Dec 22, 2011
2 parents a8290ec + 7fdedc2 commit cb7ce3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -26,6 +26,12 @@ <h1>CSS3 Patterns Gallery</h1>
<li>Enjoy!</li> <li>Enjoy!</li>
</ul> </ul>
<ul id="patterns"> <ul id="patterns">
<li style="background:
linear-gradient(-45deg, #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"></li>

<li style="background: <li style="background:
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0, radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px, radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
Expand Down

0 comments on commit cb7ce3a

Please sign in to comment.