Created
March 5, 2013 17:05
-
-
Save tilomitra/5091879 to your computer and use it in GitHub Desktop.
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="yui3-input-prepend"> | |
<span class="yui3-addon">@</span> | |
<input class="yui3-input-medium" type="text" placeholder="Username"> | |
</div> | |
<div class="yui3-input-append"> | |
<input class="yui3-input-medium" type="text" placeholder="Length of road"> | |
<span class="yui3-addon">miles to go</span> | |
</div> | |
<div class="yui3-input-prepend yui3-input-append"> | |
<span class="yui3-addon">There are</span> | |
<input class="yui3-input-medium" type="text" placeholder="Length of road"> | |
<span class="yui3-addon">miles to go</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment