Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <img class="my-img" width="200" src="/path/to/image.jpg" />
  2.  
  3. .my-img {
  4. position : absolute;
  5. bottom : 10px;
  6. left : 50%;
  7. margin-left : -100px; /* half width of img */
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement