Advertisement
Guest User

Untitled

a guest
May 26th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. /**
  2. * :matches() test
  3. */
  4.  
  5. :-webkit-any(p, div) { color: orange;}
  6.  
  7. :matches(p, div) {
  8. color: green;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement