Guest User

Untitled

a guest
Oct 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. .bg {
  2. background-color: rgba(15, 26, 47, 0.9);
  3. max-width: 920px;
  4. max-height: 420px;
  5. z-index: 36;
  6. position: relative;
  7. }// синий блок
  8.  
  9. .goodsright,
  10. .goodsleft {
  11. font-size: 16px;
  12. letter-spacing: 0.02em;
  13. line-height: 1.25;
  14. text-align: left;
  15. margin-top: 40px;
  16. z-index:36;
  17. }// контент внутри синего блока
  18.  
  19. .signform {
  20. background-color: rgb( 255, 255, 255);
  21. box-shadow: 0px 0px 140px 0px rgb( 50, 66, 91);
  22. max-width: 462px;
  23. height: 462px;
  24. position: absolute;
  25. top: -25px;
  26. left: 435px;
  27. bottom: 20px;
  28. right: 20px;
  29. transition: all ease 0.7s;
  30. z-index:50;
  31. } // белый блок
Add Comment
Please, Sign In to add comment