Hello,
I am working on product landing page and have issue with the list of features. I have made it as a list, where the listed objects are images with some text. My problem is that I want the text to be centred in the middle of the image, while also keeping it responsive.
Here is my codepen of the problem. I wanted to use dispaly:flex, but it doesn’t seem to work.
Have you tried using flexbox for the li element?
If you use display: flex; on the list element
then use align-items:center; to align all the items inside the list element to the center of the element