top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to use hover function in css?

0 votes
372 views
How to use hover function in css?
posted Mar 20, 2017 by Snehal Raikar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Select and style a link when you mouse over it:

a:hover { 
    background-color: yellow;
}
answer Mar 27, 2017 by Manikandan J
...