martcol

reactor-validate

Oct 22nd, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <button class="secondary button" id="mobileMenuButton" href="#mobile-menu">
  2.     <div class="mobile-menu-icon"></div>
  3.     <div class="mobile-menu-icon"></div>
  4.     <div class="mobile-menu-icon"></div>
  5. </button>
  6.  
  7. <!-- Should perhaps be: -->
  8.  
  9. <button class="secondary button" id="mobileMenuButton" href="#mobile-menu">
  10.     <span class="mobile-menu-icon"></span>
  11.     <span class="mobile-menu-icon"></span>
  12.     <span class="mobile-menu-icon"></span>
  13. </button>
Advertisement
Add Comment
Please, Sign In to add comment