<div>Hello</div> <div class="float">Hello</div>
div { width: 200px; height: 100px; border: 4px solid; display: inline; } .float { float: left; }
This Pen is owned by 남명훈 on CodePen.
See more by @myeonghoonnam on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.