Created
January 22, 2015 16:22
-
-
Save vitkarpov/fc2f8261cd6129dd0520 to your computer and use it in GitHub Desktop.
Untitled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wrapper { | |
padding: 10px; | |
margin-left: -40px; | |
background: lightyellow; | |
} | |
.item { | |
display: inline-block; | |
width: 300px; | |
padding: 10px; | |
margin: 0 0 20px 40px; | |
background: red; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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