Skip to content

Button

button {
  transition: all .2s ease-in-out;
}

button:not(:disabled):active {
  transform: translateY(1px);
}

Should buttons have a border


Last update: 2023-04-24