I am trying to center a image horizontally using css.
I am displaying my image on the screen with the following HTML code:
Use margin
margin
margin-left:auto; margin-right:auto;