Skip to content

Instantly share code, notes, and snippets.

@djalmaaraujo
Created August 24, 2012 19:47
Show Gist options
  • Save djalmaaraujo/3454957 to your computer and use it in GitHub Desktop.
Save djalmaaraujo/3454957 to your computer and use it in GitHub Desktop.
teste
<div class="container">
<div class="row">
<div style="background: #000; overflow:hidden; border-right:4px solid red; display: inline-block; position: relative; height: 100%; width: 15%;">
<p>testando</p>
</div>
<div style="background: #000; overflow:hidden; border-right:4px solid red; position: relative; height: 100%; width: 15%; display: inline-block;">
<p>testando</p>
</div>
<br clear="all" />
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment