Skip to content

Instantly share code, notes, and snippets.

@erichegt
Created November 14, 2013 16:48
Show Gist options
  • Save erichegt/7470149 to your computer and use it in GitHub Desktop.
Save erichegt/7470149 to your computer and use it in GitHub Desktop.
Untitled
.primeiro div {
display: inline-block;
}
.segundo div {
float: left;
}
div {
width: 200px;
height: 200px;
background: red;
}
<section class="primeiro">
<div></div><!--
--><div></div>
</section>
<section class="segundo">
<div></div>
<div></div>
</section>
// alert('Hello world!');
{"view":"separate","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