Skip to content

Commit 8ff7dd6

Browse files
author
Lea Verou
committed
Merge pull request LeaVerou#9 from neagle/upholstery
Added new upholstery pattern
2 parents e846de4 + 1d7ba05 commit 8ff7dd6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

index.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ <h1>CSS3 Patterns Gallery</h1>
2626
<li>Enjoy!</li>
2727
</ul>
2828
<ul id="patterns">
29+
<li style="background:
30+
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
31+
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
32+
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
33+
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
34+
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
35+
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
36+
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
37+
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
38+
linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
39+
linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
40+
background-color: #300;
41+
background-size: 100px 100px;" title="Upholstery" data-author="Nate Eagle" data-author-url="http://nateeagle.com/"></li>
42+
2943
<li style="background-color:black;
3044
background-image:
3145
radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
@@ -314,4 +328,4 @@ <h2 id="new-submissions">Submission guidelines</h2>
314328
</script>
315329
<script src="http://cdn.topsy.com/topsy.js?init=topsyWidgetCreator"></script>
316330
</body>
317-
</html>
331+
</html>

0 commit comments

Comments
 (0)