Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "Wobbly Rainbow" Pattern #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ <h1>CSS3 Patterns Gallery</h1>
background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;"
title="Cross-Dots" data-author="Natali Davydova"></li>

<li style="background:
repeating-linear-gradient(233deg, hsl(254,61%,68%, 0.51) 0px, hsl(254,61%,68%, 0.51) 57px,hsl(305,61%,68%, 0.51) 57px, hsl(305,61%,68%, 0.51) 114px,hsl(356,61%,68%, 0.51) 114px, hsl(356,61%,68%, 0.51) 171px,hsl(48,61%,68%, 0.51) 171px, hsl(48,61%,68%, 0.51) 228px,hsl(99,61%,68%, 0.51) 228px, hsl(99,61%,68%, 0.51) 285px,hsl(151,61%,68%, 0.51) 285px, hsl(151,61%,68%, 0.51) 342px,hsl(202,61%,68%, 0.51) 342px, hsl(202,61%,68%, 0.51) 399px),
repeating-linear-gradient(236deg, hsl(190,88%,59%, 0.59) 0px, hsl(190,88%,59%, 0.59) 56px,hsl(241,88%,59%, 0.59) 56px, hsl(241,88%,59%, 0.59) 112px,hsl(292,88%,59%, 0.59) 112px, hsl(292,88%,59%, 0.59) 168px,hsl(344,88%,59%, 0.59) 168px, hsl(344,88%,59%, 0.59) 224px,hsl(35,88%,59%, 0.59) 224px, hsl(35,88%,59%, 0.59) 280px,hsl(87,88%,59%, 0.59) 280px, hsl(87,88%,59%, 0.59) 336px,hsl(138,88%,59%, 0.59) 336px, hsl(138,88%,59%, 0.59) 392px),
repeating-linear-gradient(45deg, hsl(48,0%,47%),hsl(170,0%,0%),hsl(228,0%,85%),hsl(162,0%,50%),hsl(142,0%,68%) 5px)"
title="Wobbly Rainbow" data-author="Jordan Marshall" data-author-url="http://www.thecssking.com"></li>

</ul>

<h2 id="browser-support">Browser support</h2>
Expand Down