Advertisement
Guest User

Untitled

a guest
May 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /*блок в центре*/
  2. .Category {
  3. background: #162f46;
  4. margin: 15px auto;
  5. width: 1105px;
  6. border-radius: 20px;
  7. }
  8. /*код банеров*/
  9. .leftbanner {
  10. top:8em;
  11. background-color:#fff;
  12. border: 0;
  13. width: 160px;
  14. height: 500px;
  15. position: fixed;
  16. float:left;
  17. margin:0 6%;
  18. }
  19.  
  20. .rightbanner {
  21. top:8em;
  22. background-color:#fff;
  23. border: 0;
  24. width: 160px;
  25. height: 500px;
  26. position: fixed;
  27. margin-left: 86%;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement