Posted By


orangelemon on 10/07/10

Tagged


Statistics


Viewed 343 times
Favorited by 0 user(s)

Related snippets


Bild zentrieren


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. img {
  2. display: block;
  3. margin-left: auto;
  4. margin-right: auto;
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.