Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created June 29, 2012 08:36
Show Gist options
  • Save gunnarbittersmann/3016682 to your computer and use it in GitHub Desktop.
Save gunnarbittersmann/3016682 to your computer and use it in GitHub Desktop.
US flag
/**
* US flag
*/
.flag-US
{
background:
linear-gradient(red 10%, white 10%, white 20%, red 20%);
background-repeat: repeat;
background-size: 100%;
box-shadow: 0 0 1em black;
height: 20em;
width: 38em;
}
<div class="flag-US"></div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment