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