Answers for "on hovering a border color should change"

CSS
1

on hover chang only border color of a button css

.box:hover {
   border-color: purple;
}
Posted by: Guest on June-22-2020

Code answers related to "on hovering a border color should change"

Browse Popular Code Answers by Language