Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. ul {
  3. max-width: 768px;
  4. }
  5. li {
  6. width: 30%;
  7. float: left;
  8. list-style: none;
  9. }
  10.  
  11. li + li {
  12. margin-left: 10px;
  13. }
  14.  
  15. .imgWrap {
  16. height: 0;
  17. padding-bottom: 56.25%;
  18. overflow: hidden;
  19. }
  20.  
  21. .imgWrap img {
  22. width:100%;
  23. display: block;
  24. }
Add Comment
Please, Sign In to add comment