Answers for "how to Make button disable"

CSS
0

button disabled

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
Posted by: Guest on May-26-2021

Code answers related to "how to Make button disable"

Browse Popular Code Answers by Language