Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. img {
  2. display: block;
  3. font-family: Helvetica, Arial, sans-serif;
  4. font-weight: 300;
  5. height: auto;
  6. line-height: 2;
  7. position: relative;
  8. text-align: center;
  9. width: 100%;
  10. }
  11. img:before {
  12. content: "We're sorry, the image below is missing :(";
  13. display: block;
  14. margin-bottom: 10px;
  15. }
  16. img:after {
  17. content: "(url: " attr(src) ")";
  18. display: block;
  19. font-size: 12px;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement