Skip to content

Instantly share code, notes, and snippets.

@kcassam
Created October 23, 2013 16:45
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 kcassam/7122154 to your computer and use it in GitHub Desktop.
Save kcassam/7122154 to your computer and use it in GitHub Desktop.
A Pen by Ka.
<div class = "global">
<div class = "titre">titre</div>
<div class = "left">
image
</div>
<div class = "right">
Nom agence
Adresse<p>
Adresse<br>
Adresse
Adresse<br>
Adresse
</div>
</div>
div.global{width:300px;float:left;position:relative;min-height:150px}
div.titre{width:96px;float:left}
div.left {float:left;width:100px;bottom:0;top:10px;margin:auto;height:100px; position: absolute;
}
div.image{width:96px;float:left}
div {border:1px solid black;
}
div.right {
float: right;
width:190px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment