Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <button class="my_button">Text</button>
  2. <input class="my_button" type="button" value="Text"></input>
  3. <a class="my_button">Text</a>
  4.  
  5.  
  6. <button class="my_other_button">Text</button>
  7. <input class="my_other_button" type="button" value="Text"></input>
  8. <a class="my_other_button">Text</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement