Skip to content

Commit cb7ce3a

Browse files
committed
Merge pull request LeaVerou#11 from jroenf/pattern-weave
Added weave pattern
2 parents a8290ec + 7fdedc2 commit cb7ce3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ <h1>CSS3 Patterns Gallery</h1>
2626
<li>Enjoy!</li>
2727
</ul>
2828
<ul id="patterns">
29+
<li style="background:
30+
linear-gradient(-45deg, #708090 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
31+
linear-gradient(225deg, #708090 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
32+
background-color:#708090;
33+
background-size: 64px 128px" title="Weave" data-author="Jeroen Franse" data-author-url="http://twitter.com/jroenf"></li>
34+
2935
<li style="background:
3036
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
3137
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,

0 commit comments

Comments
 (0)