Skip to content

Commit 19e5a60

Browse files
committed
Added "Half-Rombes" pattern
1 parent 45ecbcb commit 19e5a60

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ <h1>CSS3 Patterns Gallery</h1>
2626
<li>Enjoy!</li>
2727
</ul>
2828
<ul id="patterns">
29+
<li style="background: #36c;
30+
background:
31+
linear-gradient(-25deg, transparent 75%, rgba(255,255,255,.8) 75%) 0 0,
32+
linear-gradient(-155deg, transparent 75%, rgba(255,255,255,.8) 75%) 0 0,
33+
linear-gradient(-25deg, transparent 75%, rgba(255,255,255,.8) 75%) 7px -15px,
34+
linear-gradient(-155deg, transparent 75%, rgba(255,255,255,.8) 75%) 7px -15px,
35+
#36c;
36+
background-size: 15px 30px" title="Half-Rombes" data-author="Valentin Agachi" data-author-url="http://agachi.name/"></li>
37+
2938
<li style="background:
3039
linear-gradient(45deg, #92baac 45px, transparent 45px),
3140
linear-gradient(45deg, #92baac 45px, transparent 45px)64px 64px,
@@ -34,7 +43,7 @@ <h1>CSS3 Patterns Gallery</h1>
3443
background-color:#e1ebbd;
3544
background-size: 128px 128px" title="Arrows" data-author="Jeroen Franse" data-author-url="http://twitter.com/jroenf"></li>
3645

37-
<li style="background:
46+
<li style="background:
3847
linear-gradient(315deg, #ECEDDC 25%, transparent 25%) -50px 0,
3948
linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -50px 0,
4049
linear-gradient(135deg, #ECEDDC 25%, transparent 25%),

0 commit comments

Comments
 (0)