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
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@ <h1>CSS3 Patterns Gallery</h1>
linear-gradient(#eee .1em, transparent .1em);
background-size: 100% 1.2em;" title="Lined paper" data-author="Sarah Backhouse" data-author-url="http://www.jadu.net"></li>

<li style="background-color:#dfdcd8;
background-image: linear-gradient(rgba(0,0,0,.15) 1px, transparent 1px),
linear-gradient(90deg, rgba(0,0,0,.15) 1px, transparent 1px);
background-size: 20px 20px, 20px 20px;
background-position: -1px -1px, -1px -1px;"
title="Grid-Paper" data-author="Manal Jaber Shehayeb"></li>

<li style="background-color:#269;
background-image: linear-gradient(white 2px, transparent 2px),
linear-gradient(90deg, white 2px, transparent 2px),
Expand Down