Last active
August 29, 2015 14:07
-
-
Save rffaguiar/2af04a8e21c22261f7a0 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
<!-- Substituir isso --> | |
<div class="small-12 columns"> | |
<div class="small-2 columns"> | |
<span style="background:#ccc; padding:3px; float: left; margin: 5px 15px 0px 15px;"> PS0WGH </span> | |
</div> | |
<div class="small-2 columns"> | |
<input style="width:190px; text-transform: uppercase;" id="captcha" name="captcha" type="text"> | |
</div> | |
</div> | |
<!-- Por isso --> | |
<div class="small-12 columns"> | |
<div class="row"> | |
<div class="small-3 columns"> | |
<span style="background-color: rgb(243, 243, 243); display: inline-block; height: 37px; padding: 4px;"> LB6TBD </span> | |
</div> | |
<div class="small-9 columns"> | |
<input placeholder="digite o código." style="text-transform: uppercase;" id="captcha" name="captcha" type="text"> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment