Skip to content

Instantly share code, notes, and snippets.

@mediafreakch
Last active December 31, 2015 19:59
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 mediafreakch/8037462 to your computer and use it in GitHub Desktop.
Save mediafreakch/8037462 to your computer and use it in GitHub Desktop.
==Fliegende Box rechts (für Text)==
<div style="clear:both;float:right;width:40%;padding:10px;overflow:hidden;margin-left:10px;margin-bottom:10px;border-color:#c5c5c5;border-width:1px;border-style:dashed;">
<p>
Ich bin eine fliegende Box. Ich bin immer rechts ausgerichtet.
Der Text fliesst aber linksbündig.
</p>
<span style="font-size: 1.2em; margin-top: 10px; margin-bottom: 10px;display:block;">
Dies könnte ein Untertitel sein
</span>
<ul>
<li>Selbst Listen können Sie hier verwenden</li>
<li>Um Produktdetails hervorzuheben</li>
<li>Cool, nicht?</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment