Last active
August 29, 2015 14:24
-
-
Save micmath/886b6a1ba10069950b12 to your computer and use it in GitHub Desktop.
sqxAe
This file contains hidden or 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="article cf"> | |
<div class="primary content"> | |
<h2>Some Stuff</h2> | |
<p>Some content. Blah blah blah blah blah blah blah blah blah blah blah blah blah blah.</p> | |
</div> | |
<div class="secondary content"> | |
<img class="responsive" src="http://placehold.it/350x150"> | |
</div> | |
</div> |
This file contains hidden or 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
*{ margin:0; padding:0; } | |
.article { | |
min-width: 300px; | |
max-width: 700px; | |
background: beige; | |
border-bottom: 1px solid silver; | |
} | |
.content { width: 49%; min-height: 150px; } | |
.primary { margin-left: 50%; float: right; } | |
.secondary { float: left; margin-top: -150px; } | |
img.responsive { width: 100%; margin: auto; } | |
.cf:before, .cf:after { content: " "; display: table; } | |
.cf:after {clear: both; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment