mishka's profile picture

Published by

published

Category: Web, HTML, Tech

how do i center images on my page?

i've tried using <center> but for some reason that doesnt work, i'm assuming its based around some weird css stuff, thanks in advanced!!!! 


5 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

ppf

ppf's profile picture

very carefully :)


Report Comment

Havneby

Havneby's profile picture

I'd wrap the images in a div tag then set:
display: flex;
justify-content: center;


Report Comment