Skip to content

Instantly share code, notes, and snippets.

@mustafaaloko
Created November 8, 2017 05:47
Show Gist options
  • Save mustafaaloko/24186764b044cbf30a2fde5c5c300b8f to your computer and use it in GitHub Desktop.
Save mustafaaloko/24186764b044cbf30a2fde5c5c300b8f to your computer and use it in GitHub Desktop.
...
<div class="border-teal p-8 border-t-12 bg-white mb-6 rounded-lg shadow-lg">
<div class="mb-4">
<label class="font-bold text-grey-darker block mb-2">Username or Email</label>
<input type="text" class="block appearance-none w-full bg-white border border-grey-light hover:border-grey px-2 py-2 rounded shadow" placeholder="Your Username">
</div>
...
</div>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment