Skip to content

Commit 5564351

Browse files
committed
Merge pull request LeaVerou#25 from ideogram/master
Added Atomic Mesh and 7 Colour Triangles patterns.
2 parents 3633557 + a37a840 commit 5564351

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,17 @@ <h1>CSS3 Patterns Gallery</h1>
355355
background-color: #fff;
356356
background-size: 150px 150px;
357357
background-repeat: repeat;" title="Diamond Ground" data-author="Ee Venn Soh" data-author-url="http://be.net/vennsoh"></li>
358-
358+
359+
<li style="background-color:#324;
360+
background-image: radial-gradient(rgba(255,255,255,0.5) 20%, transparent 30%),
361+
radial-gradient(rgba(255,255,255,0.8) 15%, transparent 16%);
362+
background-size:20px 20px, 19px 19px;" title="Atomic Mesh" data-author="Maarten v/d Velde" data-author-url="http://www.ideogram.nl/"></li>
363+
364+
<li style="background-color: white;
365+
background-image: repeating-linear-gradient(-30deg, transparent, transparent 35px, rgba(255,128,0,.3) 35px, rgba(255,128,0,.3) 70px),
366+
repeating-linear-gradient(30deg, transparent, transparent 35px, rgba(0,128,64,.3) 35px, rgba(0,128,64,.3) 70px),
367+
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>
368+
359369
</ul>
360370

361371
<h2 id="browser-support">Browser support</h2>

0 commit comments

Comments
 (0)