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

Improve accuracy of houndstooth pattern #24

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: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ <h1>CSS3 Patterns Gallery</h1>

<li style="background:
linear-gradient(-45deg, white 25%, transparent 25%, transparent 75%, black 75%, black) 0 0,
linear-gradient(-45deg, black 25%, transparent 25%, transparent 75%, white 75%, white) 1em 1em,
linear-gradient(45deg, black 17%, transparent 17%, transparent 25%, black 25%, black 36%, transparent 36%, transparent 64%, black 64%, black 75%, transparent 75%, transparent 83%, black 83%) 1em 1em;
linear-gradient(-45deg, black 25%, transparent 25%, transparent 75%, white 75%, white) 2em 2em,
linear-gradient(45deg, black 12.5%, transparent 12.5%, transparent 25%, black 25%, black 37.5%, transparent 37.5%, transparent 62.5%, black 62.5%, black 75%, transparent 75%, transparent 87.5%, black 87.5%) 2em 2em;
background-color: white;
background-size: 2em 2em;"
background-size: 4em 4em;"
title="Houndstooth" data-author="Antoine Bernier" data-author-url="http://abernier.name"></li>

<li style="background-color: #eee;
Expand Down