Skip to content

Commit

Permalink
Added a second pattern "7 colours triangles"
Browse files Browse the repository at this point in the history
  • Loading branch information
ideogram committed Jul 12, 2013
1 parent a4c224c commit a37a840
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,13 @@ <h1>CSS3 Patterns Gallery</h1>
background-image: radial-gradient(rgba(255,255,255,0.5) 20%, transparent 30%),
radial-gradient(rgba(255,255,255,0.8) 15%, transparent 16%);
background-size:20px 20px, 19px 19px;" title="Atomic Mesh" data-author="Maarten v/d Velde" data-author-url="http://www.ideogram.nl/"></li>

<li style="background-color: white;
background-image: repeating-linear-gradient(-30deg, transparent, transparent 35px, rgba(255,128,0,.3) 35px, rgba(255,128,0,.3) 70px),
repeating-linear-gradient(30deg, transparent, transparent 35px, rgba(0,128,64,.3) 35px, rgba(0,128,64,.3) 70px),
repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(128,0,255,.3) 35px, rgba(128,0,255,.3) 70px);" title="triangles in 7 colors" data-author="Maarten v/d Velde" data-author-url="http://www.ideogram.nl/"></li>



</ul>

Expand Down

0 comments on commit a37a840

Please sign in to comment.