Skip to content

Instantly share code, notes, and snippets.

@tamalw
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamalw/1e2d94926eba119470a8 to your computer and use it in GitHub Desktop.
Save tamalw/1e2d94926eba119470a8 to your computer and use it in GitHub Desktop.
Greece flag
/**
* Greece flag
*/
.greece {
margin: 3em;
width: 24em;
height: 16em;
box-shadow: 0px 0px 10px lightgray;
background: linear-gradient(rgb(0,97,242) 50%, rgb(255,255,255) 0);
background-size: 100% calc(100% / 4.5);
}
.greece::before {
display: box;
width: calc(100% / 3 * 2 / 4.5 * 2.5);
height: calc(100% / 4.5 * 2.5);
content: '';
background: linear-gradient(90deg, rgb(0,97,242) 40%, rgb(255,255,255) 0, rgb(255,255,255) 60%, rgb(0,97,242) 0) 0% 0%,
linear-gradient(90deg, rgb(0,97,242) 40%, rgb(255,255,255) 0, rgb(255,255,255) 60%, rgb(0,97,242) 0) 0% 25%,
linear-gradient(90deg, rgb(255,255,255) 50%, rgb(255,255,255) 0) 0% 50%,
linear-gradient(90deg, rgb(0,97,242) 40%, rgb(255,255,255) 0, rgb(255,255,255) 60%, rgb(0,97,242) 0) 0% 75%,
linear-gradient(90deg, rgb(0,97,242) 40%, rgb(255,255,255) 0, rgb(255,255,255) 60%, rgb(0,97,242) 0) 0% 100%;
background-size: 100% 20%;
background-repeat: no-repeat;
}
<div class="greece"></div>
// alert('Hello world!');
{"view":"split","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