Skip to content

Commit 7b1d584

Browse files
committed
Merge pull request #21 from Misterlogan/master
Added Carpet pattern.
2 parents a3cb44f + 299cb0b commit 7b1d584

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
@@ -29,6 +29,12 @@ <h1>CSS3 Patterns Gallery</h1>
2929
<li>Enjoy!</li>
3030
</ul>
3131
<ul id="patterns">
32+
<li style="background:
33+
radial-gradient(0% 50%, circle, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,
34+
radial-gradient(100% 100%, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px),
35+
#8a3;
36+
background-size: 20px 20px;" title="Microbial Mat" data-author="Logan McBroom" data-author-url="http://logan.mcbroom.me"></li>
37+
3238
<li style="background:
3339
linear-gradient(63deg, #999 23%, transparent 23%) 7px 0,
3440
linear-gradient(63deg, transparent 74%, #999 78%),

0 commit comments

Comments
 (0)