Guest User

Untitled

a guest
Sep 19th, 2014
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. div {
  2. background-color: palevioletred;
  3. border: 8px #000000 dashed;
  4. margin: 190px auto;
  5. max-width: 1000px;
  6. height: 1000px;
  7. }
  8. ul li {
  9. border: 1px #000000 solid;
  10. float: left;
  11. margin-right: 30px;
  12. width: 43%;
  13. margin-bottom: 30px;
  14. padding: 0;
  15. }
  16. ul {
  17. list-style: none;
  18. margin: 0;
  19. padding: 0;
  20. }
  21. img {
  22. max-width: 100%;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment