Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .shape {
  2. background: #832333;
  3. background: rgba(131,35,51,0.6);
  4. }
  5.  
  6. @media screen and (min-width: 480px) {
  7. .shape {
  8. background: #81409f;
  9. background: rgba(129,64,159,0.6);
  10. }
  11. }
  12.  
  13. @media screen and (min-width: 640px) {
  14. .shape {
  15. background: #894b08;
  16. background: rgba(137,75,8,0.6);
  17. }
  18. }
  19.  
  20. @media screen and (min-width: 1024px) {
  21. .shape {
  22. background: #12779c;
  23. background: rgba(18,119,156,0.6);
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement