CSS - Hide form submit text value


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. text-indent:-5000px;
  2. line-height: 0;
  3. font-size: 0;
  4. display: block;

Report this snippet


Comments


You need to login to view comments.