Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. html, body {
  2. margin:0;
  3. padding:0;
  4. min-width:280px;
  5. background:#f0f0f0;
  6. }
  7. .wrap {
  8. padding:3% 0;
  9. width:94%;
  10. max-width:768px;
  11. margin:0 auto;
  12. }
  13.  
  14. .img-p {
  15. display:inline;
  16. width:100%;
  17. height:auto;
  18. image-rendering: auto;
  19. image-rendering: crisp-edges;
  20. }
  21.  
  22. .div-p {
  23. width:auto;
  24. height:auto;
  25. text-align:center;
  26. margin-top:10px;
  27. padding:0 auto;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement