79595917

Date: 2025-04-28 06:47:25
Score: 1
Natty:
Report link

Can you just showcase your html snippet as well, from your css what I observing is that the image and caption class are inside the container class, over which you have set justify-content:"center" which is perfect. I think that is the issue which is why you are not getting caption in your desired location is the align-self: center; in your caption class. Change that to left and you will get your location. If it goes way to left, then you can change your container class accordingly or add a small margin in the caption class

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Anurag Pandey