Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #imagesDIV {
  2. display: inline-block;
  3. float: left;
  4. width: 24px;
  5. }
  6.  
  7. .break {
  8. flex-basis: 100%;
  9. height: 0;
  10. }
  11.  
  12. #imagesDIV img {
  13. display: inline;
  14. margin: 0 20px;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement