Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,18 @@ <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:#324;
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