Advertisement
fauzanjeg

Membuat Tombol di Mobile Drawer Content

Dec 23rd, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <div class="jeg_nav_item" style="text-align: center; margin: 10px 0px;">
  2.     <!-- class = default / round / outline -->
  3.     <a href="#" class="btn outline" target="_blank">
  4.         <i class="fa fa-envelope"></i> <!-- Get the class code in https://fontawesome.com/v4.7.0/icons/ -->
  5.         Your Text
  6.     </a>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement