Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ <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: #5c3566;
background-image:radial-gradient(35px 3px,#75507b 15%, #5c3566 25%);
background-size: 40px 15px;" title="Purple Fiesta" data-author="Divya B C" data-author-url="https://twitter.com/bcdivya9"></li>

</ul>

Expand Down
Loading