Nice and simple. In your CSS:
img.center { display: block; margin-left: auto; margin-right: auto; }
And then in your HTML:
Courtesy of about tech
Nice and simple. In your CSS:
img.center { display: block; margin-left: auto; margin-right: auto; }
And then in your HTML:
Courtesy of about tech