Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. body
  2. {
  3.   max-width: 1000px;
  4.   margin: 50px auto;
  5.   /*max-width: 100%;*/
  6.   background: #ececec url(/group-style/img/body.png);
  7.   color: #666;
  8.   font-family: 'PT Sans', sans-serif;
  9.   font-size: 0.9em;
  10. }
  11.  
  12. .group_wrapper
  13. {
  14.   /*max-width: 1000px;
  15.   margin: 50px auto;*/
  16.   max-width: 100%;
  17.   background: #f9f9f9;
  18.   border: 1px solid #CCC8C1;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement