Guest User

Untitled

a guest
Apr 26th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. td {
  2. background-color: blue;
  3. }
  4.  
  5. td:hover {
  6. background-color: red;
  7. }
  8.  
  9. td /* all cells */
  10. {
  11. background-color: blue;
  12. }
  13.  
  14. tr /* all rows */
  15. {
  16. background-color: pink;
  17. }
  18.  
  19. /* nothing for all columns */
Add Comment
Please, Sign In to add comment