Shrink-to-fit div and paragraph, based on image?

前端 未结 6 1302
情歌与酒
情歌与酒 2020-12-11 16:27

The code below is a simplified version of my website. On my site, the image width varies from page to page and the text is around 100 words. That means the paragraph stretch

6条回答
  •  有刺的猬
    2020-12-11 17:24

        div {  
           width: fit-content;
           border: 1px solid red;
         }
            

    Lorem ipsum dolor sit amet.

提交回复
热议问题