Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <input type="button" id="startStop" value="start" />
  2.  
  3. input#startStop{
  4. font-size: 3em;
  5. }
  6.  
  7. input#startStop{
  8. font-size: 3em;
  9. background-color: white;
  10. }
  11.  
  12. -webkit-appearance: button;
  13.  
  14. input#startStop{
  15. font-size: 3em !important;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement