Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .watermark-img { position: relative }
  2. .watermark-img:after { content: " "; width:20px; height: 20px; position: absolute; right: 0; bottom: 0 }
  3.  
  4. <div class="block"><img class="watermark" src="image.jpg" alt="" /></div>
  5.  
  6. .block {
  7. background: url(watermark.jpg) right bottom no-repeat;
  8. width: 100px;
  9. height: 100px;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement