Skip to content

Instantly share code, notes, and snippets.

@jinze
Last active August 9, 2017 11:45
Show Gist options
  • Save jinze/969c7f6b71306097ad0e4d752a0cd4cd to your computer and use it in GitHub Desktop.
Save jinze/969c7f6b71306097ad0e4d752a0cd4cd to your computer and use it in GitHub Desktop.
Blueprint grid
/**
* Blueprint grid
*/
html{
width:100vw;
height:100vh;
background-image: linear-gradient(to right, rgba(53, 26, 33, 0.7) 50%, transparent 50%), linear-gradient(to bottom, rgba(53, 26, 33, 0.7) 50%, transparent 50%);
/*background-image: linear-gradient(rgba(53, 26, 33, 0.7), #fff)*/
/* background-image: linear-gradient(rgba(53, 26, 33, 0.7) 0, rgba(53, 26, 33, 0.7) 50%, transparent 0, transparent 100%),
linear-gradient(90deg, rgba(53, 26, 33, 0.7) 0, rgba(53, 26, 33, 0.7) 50%, transparent 0, transparent 100%);*/
background-size: 100px 100px, 100px 100px;
}
<div class="wrapper"></div>
// alert('Hello world!');
{"view":"split","fontsize":"120","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment