How to make image stretch to a specific paragraph?

后端 未结 2 1187
挽巷
挽巷 2020-12-21 21:24

Here is the prototype I am trying to implement \"enter Here is what I have right now.

2条回答
  •  一整个雨季
    2020-12-21 21:33

    How I solved this issue was I realized that by definition, a div is a block element that "will expand naturally to fit its child elements".

    So going off that, I played around with the css width and height attributes and found a height that would cause the image to line up with the entertainment component.

    If anyones curious, here is my final img html tag code(height of 240 pixels)

     
    

提交回复
热议问题