Created
November 25, 2014 22:19
-
-
Save gabelloyd/ee3e6f40cd498cb88409 to your computer and use it in GitHub Desktop.
Fontselector Dropup
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="form-group"> | |
<label class="control-label sr-only" for="fonts">Fonts</label> | |
<div class="btn-group dropup"> | |
<label class="control-label" for="fonts">Choose Your Fonts</label> | |
<div id="fontSelect" class="fontSelect"> | |
<div class="arrow-down"></div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment