Guest User

Untitled

a guest
Feb 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. body {
  2. background-color:dimgrey;
  3. }
  4. #wrap {
  5. width:500px;
  6. margin-left:auto;
  7. margin-right:auto;
  8. background-color:oldlace
  9. }
  10.  
  11. #wrap dd {
  12. margin-bottom: 10px;
  13. }
  14.  
  15. @media screen and (max-width: 900px) {
  16.  
  17. #wrap {
  18. width:100%;
  19. margin-left:0px;
  20. }
  21.  
  22. }
Add Comment
Please, Sign In to add comment