Created
July 25, 2016 17:49
-
-
Save sendgrid-gists/c59bf7d92cf38db1d5833b1d8c32b0ca to your computer and use it in GitHub Desktop.
SendGrid style-guide muted text input
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="input-text-wrap"> | |
<label class="input-text-label" for="input-text-example-muted">Username</label> | |
<input type="text" id="input-text-example-muted"> | |
<span class="input-info">Make sure you choose an awesome username.</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment