Posted By


orangelemon on 10/07/10

Tagged


Statistics


Viewed 1171 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


You need to login to view comments.