Guest User

Untitled

a guest
May 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. div, section {
  2. background-color: rgba(0,0,0,.1);
  3.  
  4. + div, + section {
  5. background-color: rgba(255,0,0,.1);
  6.  
  7. + div, + section {
  8. background-color: rgba(0,255,0,.1);
  9.  
  10. + div, + section {
  11. background-color: rgba(0,0,255,.1);
  12.  
  13. + div, + section {
  14. background-color: rgba(255,0,255,.1);
  15. }
  16. }
  17. }
  18. }
  19. }
Add Comment
Please, Sign In to add comment