Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. * {
  2. background-color: rgba(255, 0, 0, 0.2);
  3. }
  4. * * {
  5. background-color: rgba(0, 255, 0, 0.2);
  6. }
  7. * * * {
  8. background-color: rgba(0, 0, 255, 0.2);
  9. }
  10. * * * * {
  11. background-color: rgba(255, 0, 255, 0.2);
  12. }
  13. * * * * * {
  14. background-color: rgba(0, 255, 255, 0.2);
  15. }
  16. * * * * * * {
  17. background-color: rgba(255, 255, 0, 0.2);
  18. }
  19. * * * * * * * {
  20. background-color: rgba(255, 0, 0, 0.2);
  21. }
  22. * * * * * * * * {
  23. background-color: rgba(0, 255, 0, 0.2);
  24. }
  25. * * * * * * * * * {
  26. background-color: rgba(0, 0, 255, 0.2);
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement