how to make border change color on hover css code example Example: on hover chang only border color of a button css .box:hover { border-color: purple; }