Guest User

Untitled

a guest
Jan 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <div class="dropdown">
  2. <a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  3. Dropdown link
  4. </a>
  5.  
  6. <div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
  7. <a class="dropdown-item" href="#">Action</a>
  8. <a class="dropdown-item" href="#">Another action</a>
  9. <a class="dropdown-item" href="#">Something else here</a>
  10. </div>
  11. </div>
Add Comment
Please, Sign In to add comment