Skip to content

Instantly share code, notes, and snippets.

@Potherca
Created February 16, 2017 13:59
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 Potherca/4d9f3d5b0ebc2712b8c4b950b781a26e to your computer and use it in GitHub Desktop.
Save Potherca/4d9f3d5b0ebc2712b8c4b950b781a26e to your computer and use it in GitHub Desktop.
Simple example of tiling blocks
/**
* Simple example of tiling blocks
*/
div {
background: tomato;
display: inline-block;
width: 10em;
height: 10em;
margin: 1em;
padding: 2em;
text-align: center;
line-height: 10em;
}
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
<div>6</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