Skip to content

Commit

Permalink
Two simple triangle-based patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
paulegan committed Mar 11, 2015
1 parent bf85517 commit 8647cb0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,14 @@ <h1>CSS3 Patterns Gallery</h1>
<li style="background-color: gray;
background-image: linear-gradient(transparent 50%, rgba(255,255,255,.5) 50%);
background-size: 50px 50px;" title="Horizontal stripes"></li>


<li style="background-color: #1a1d33;
background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.1) 50%);
background-size: 50px 50px;" title="Triangles" data-author="Paul Egan" data-author-url="http://paulegan.org/"></li>

<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);
background-size: 50px 50px, auto auto;" title="Triangle Gradient" data-author="Paul Egan" data-author-url="http://paulegan.org/"></li>

</ul>

<h2 id="browser-support">Browser support</h2>
Expand Down

0 comments on commit 8647cb0

Please sign in to comment.