Skip to content

Commit 6cd4a64

Browse files
committed
Merge pull request LeaVerou#136 from paulegan/triangles
Added two simple triangle-based patterns.
2 parents 0b5a17c + 8647cb0 commit 6cd4a64

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,13 @@ <h1>CSS3 Patterns Gallery</h1>
396396
linear-gradient(45deg, transparent 37%, #dca 0, #dca 63%, transparent 0) #753;
397397
background-size: 25px 25px;"
398398
title="Chocolate Weave" data-author="Paul Salentiny"></li>
399+
400+
<li style="background-color: #1a1d33;
401+
background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.1) 50%);
402+
background-size: 50px 50px;" title="Triangles" data-author="Paul Egan" data-author-url="http://paulegan.org/"></li>
403+
404+
<li style="background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.1) 50%), linear-gradient(to bottom right, #1ad162, #68d162, #dfc056, #e55727, #d2100b);
405+
background-size: 50px 50px, auto auto;" title="Triangle Gradient" data-author="Paul Egan" data-author-url="http://paulegan.org/"></li>
399406

400407
</ul>
401408

0 commit comments

Comments
 (0)