Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <div class="box">
  2. <img class="picture" src="image.jpg" />
  3. </div>
  4.  
  5. .box {
  6. width: 100%;
  7. float: left;
  8. }
  9. .picture {
  10. border: none;
  11. outline: none;
  12. max-width: 100%;
  13. vertical-align: middle;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement