Exercise:
Enable a hover state on table rows.
Hint: Use the .table-hover class.
Edit This Code:
See Result »
Firstname
Lastname
Email
John
Doe
john@example.com
Mary
Moe
mary@example.com
July
Dooley
july@example.com
Result:
Show Answer
Correct Code:
Firstname
Lastname
Email
John
Doe
john@example.com
Mary
Moe
mary@example.com
July
Dooley
july@example.com
Correct Result:
Hide Answer