gpt4 book ai didi

html - 图像不适用于容器宽度的 50%

转载 作者:太空宇宙 更新时间:2023-11-03 21:26:36 26 4
gpt4 key购买 nike

我想要一个容器,左侧包含 50% 的文本,右侧包含 50% 的图像。但图像不会缩放到宽度的 50%。这里有什么问题吗?

<div style="width:100%;">
<div style="widht:50%; float:left;background-color:#efefef;height:200px;width:50%;">
My Texting
</div>
<div style="width:50%; float:left;">
<img src="http://www.howtobeast.com/wp-content/uploads/2015/03/crossfit-fuengirola-slide03.jpg">
</div>

https://jsfiddle.net/kLcxnojn/

最佳答案

你需要给你的图片宽度 100%;

img{ width:100%; }

https://jsfiddle.net/kLcxnojn/

关于html - 图像不适用于容器宽度的 50%,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32412210/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com