Skip to content

Commit 5d2c063

Browse files
committed
New Gradient called "Purple Fiesta"
1 parent bf85517 commit 5d2c063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ <h1>CSS3 Patterns Gallery</h1>
338338
<li style="background-color: gray;
339339
background-image: linear-gradient(transparent 50%, rgba(255,255,255,.5) 50%);
340340
background-size: 50px 50px;" title="Horizontal stripes"></li>
341+
342+
<li style="background-color: #5c3566;
343+
background-image:radial-gradient(35px 3px,#75507b 15%, #5c3566 25%);
344+
background-size: 40px 15px;" title="Purple Fiesta" data-author="Divya B C" data-author-url="https://twitter.com/bcdivya9"></li>
341345

342346
</ul>
343347

0 commit comments

Comments
 (0)