Styling Table Rows on Hover in CSS


Improve table readability by changing the background color of table rows on hover.

Source Code

tr:hover {
    background-color: #f5f5f5;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments