Skip to content

Instantly share code, notes, and snippets.

@vieron
Created August 30, 2015 16:23
Show Gist options
  • Save vieron/447e474477a62b8ceac0 to your computer and use it in GitHub Desktop.
Save vieron/447e474477a62b8ceac0 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.grid {w
width: 100%;
height: 300px;
border: 1px solid red;
background: linear-gradient(90deg, white 1px, white 4px, transparent 0),
linear-gradient(transparent 1px, transparent 4px, blue 0);
background-size: 54px 54px;
}
<div class="grid"></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