Horje
how to remove increment in input type number Code Example
how to remove increment in input type number
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




Css

Related
remove bootstrap button outline Code Example remove bootstrap button outline Code Example
css text color border Code Example css text color border Code Example
how to highlight input on focus with box shadow Code Example how to highlight input on focus with box shadow Code Example
how to curve button in html Code Example how to curve button in html Code Example
aligning form elements to center in css Code Example aligning form elements to center in css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9