Skip to content

Instantly share code, notes, and snippets.

@vitkarpov
Created January 22, 2015 16:22
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 vitkarpov/fc2f8261cd6129dd0520 to your computer and use it in GitHub Desktop.
Save vitkarpov/fc2f8261cd6129dd0520 to your computer and use it in GitHub Desktop.
Untitled
.wrapper {
padding: 10px;
margin-left: -40px;
background: lightyellow;
}
.item {
display: inline-block;
width: 300px;
padding: 10px;
margin: 0 0 20px 40px;
background: red;
}
<div class="wrapper">
<span class="item">
1
</span>
<span class="item">
2
</span>
<span class="item">
3
</span>
<span class="item">
1
</span>
<span class="item">
2
</span>
<span class="item">
3
</span>
</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