Skip to content

Instantly share code, notes, and snippets.

@dancrowley303
Created August 17, 2010 04:48
Show Gist options
  • Save dancrowley303/528504 to your computer and use it in GitHub Desktop.
Save dancrowley303/528504 to your computer and use it in GitHub Desktop.
<html>
<style type="text/css">
div { float: right }
* { float: none }
</style>
<body>
<div class="floatright">float right</div>
<p>I'm defined under the right floated right div</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment