Skip to content

Instantly share code, notes, and snippets.

@monsterooo
Last active October 14, 2016 09:54
Show Gist options
  • Save monsterooo/556bb5ef68deb9f80907f54429c0178d to your computer and use it in GitHub Desktop.
Save monsterooo/556bb5ef68deb9f80907f54429c0178d to your computer and use it in GitHub Desktop.
Untitled
.container {
display: flex;
}
.container div {
width: 50px;
background: gold;
text-align: center;
line-height: 50px;
}
<div class="container">
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","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