Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make a button like a link

button {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #button #link
ADD COMMENT
Topic
Name
6+5 =