My webpage menu is set up with inline li
s within a ul
. Each li
has a colored border and contains an a
element. I want to change the color of the text inside the a
element and move it 2 pixels up when hovering over it without affecting the li
border. How can I achieve this?