Guest User

Untitled

a guest
Jan 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <div class="report">
  2. <p>Test1</p>
  3. <p>Test2</p>
  4. </div>
  5.  
  6. <div class="report">
  7. <p>Test1</p>
  8. </div>
  9.  
  10. .report p:only-child {
  11. background: red;
  12. }
  13.  
  14. .report p:hover{
  15. background: green;
  16. }
Add Comment
Please, Sign In to add comment