Hi friends... quick CSS question. I'm having trouble aligning the icons on my "about" page to be centered. I already have an img.center class that I can easily use to center individual images, but when there are multiple images it just stacks them on top of one another. I'm hoping for an easy solution with a DIV or something so that can center them all at once. Is that possible? Thanks in advance :)
I figured it out! I added text-align:center to the div and display:inline-block to the individual images. Thank you @clouded for pointing me in the right direction!
maybe try display:inline for the icons? that should do the trick i think
I figured it out! I added text-align:center to the div and display:inline-block to the individual images. Thank you @clouded for pointing me in the right direction!