Advertisement
DefKorns

Untitled

Dec 19th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <div class="mui-dropdown">
  2.     <button id="drpdwn"
  3.       class="btn dropdown"
  4.      data-mui-toggle="dropdown">
  5.       Posto <i class="fa fa-angle-down-aft"></i>
  6.     </button>
  7.     <ul class="mui-dropdown__menu">
  8.         <li><a href="#">Desenvolvimento</a></li>
  9.         <li><a href="#">Qualidade</a></li>
  10.         <li><a href="#">Produção</a></li>
  11.     </ul>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement