diff --git a/index.html b/index.html
index ad41889..189439b 100755
--- a/index.html
+++ b/index.html
@@ -29,6 +29,12 @@ <h1>CSS3 Patterns Gallery</h1>
 	<li>Enjoy!</li>
 </ul>
 <ul id="patterns">
+	<li style="background-color: #C0C0C0;
+background-image: repeating-linear-gradient(17deg, rgba(155, 155, 255, 0.07) 17px,  transparent 30px, rgba(155, 155, 255, 0.08) 49px),
+repeating-linear-gradient(37deg, rgba(255, 55, 255, 0.07) 29px, transparent 58px, rgba(255, 55, 255, 0.06) 69px),
+repeating-linear-gradient(23deg, transparent 37px, rgba(55, 255, 255, 0.07) 74px, transparent 91px),
+repeating-linear-gradient(187deg, transparent 43px, rgba(255, 255, 55, 0.08) 96px,transparent 127px);" title="Non-repeating Texture" data-author="Joy Reynolds" data-author-url="http://joyreynolds.com"></li>
+
 	<li style="background:
 radial-gradient(0% 50%, circle, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,
 radial-gradient(100% 100%,      rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px),