Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

input type (submit, button, reset) css

input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #type #css
ADD COMMENT
Topic
Name
5+2 =