Limit text to the width of sibling image / auto width in CSS

后端 未结 5 802
不知归路
不知归路 2020-12-03 01:28

I am essentially trying to create a version of the \"figure\" element (upcoming in HTML5), whereby I have an image with a short description below it.

However, I want

5条回答
  •  無奈伤痛
    2020-12-03 01:54

    I had the same problem and after reading this decided to use an inline-style on the surrounding element. Seems the better solution over using a table to me.

提交回复
热议问题