Bootstrap3 Skeleton - With Font Awesome

This is a simple Bootstrap skeleton. You can fork it to get a ready to use Bootstrap fiddle.

by Joshua Dwire

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.0/bootstrap.min.js"></script>
<button class="btn btn-primary dropdown-toggle collection-dropdown" type="button" id="collection-dropdown-40261" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
    Choose or Create Collection
    <span class="caret"></span>
</button>
<ul class="dropdown-menu user-collection-list" aria-labelledby="collection-dropdown-40261">
    <li>
        <a href="#">Happy collection</a>
    </li>
    <li>
        <a href="#">Sad collection</a>
    </li>
</ul>

CSS

@import url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css');

.container {
    margin-top: 10px;
}