Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. .article-container:hover .article-heading {
  2.         color: white;
  3.     }
  4.  
  5. .article-container:hover .article-description {
  6.         color: white;
  7.     }
  8.  
  9. .article-container:hover .article-date {
  10.         color: white;
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement