Skip to content

Instantly share code, notes, and snippets.

@vitkarpov
Created August 10, 2016 11:45
Show Gist options
  • Save vitkarpov/99cae00282c7f8f8621bf173981ff6b7 to your computer and use it in GitHub Desktop.
Save vitkarpov/99cae00282c7f8f8621bf173981ff6b7 to your computer and use it in GitHub Desktop.
Untitled
span {
display: inline-block;
width: 10px;
height: 10px;
background: red;
}
.flex {
display: flex;
}
<div class="flex">
<span></span>
<span></span>
</div>
<span></span>
<span></span>
// 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