Skip to content

Instantly share code, notes, and snippets.

@gabelloyd
Created November 25, 2014 22:19
Show Gist options
  • Save gabelloyd/ee3e6f40cd498cb88409 to your computer and use it in GitHub Desktop.
Save gabelloyd/ee3e6f40cd498cb88409 to your computer and use it in GitHub Desktop.
Fontselector Dropup
<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