Posts by Park • 1 point
1 post
-
0
votes2
answers53
viewsA: I need to change the background color of a link in a Nav tag dynamically by clicking on it
You have to set a background for when the link is active, use this. a:active { background-color: Yellow; }