Potherca
2/16/2017 - 1:59 PM

Simple example of tiling blocks

Simple example of tiling blocks

{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
/* alert('Hello world!'); */
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
<div>6</div>
/**
 * 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;
}