Jür*_*aul 0 html css css-float
<div class="view">
<img src="http://media-cache-ec2.pinterest.com/550x/cf/4f/36/cf4f36b3f25df6f6af27ca54012dedf1.jpg">
<div class="details">
Lorem....</div>
</div>
html, body {
height: 100%;
}
.view {
width: 500px;
}
img, .details {
width: 50%;
}
img {
float: left;
}
.details {
padding: 10px;
box-sizing: border-box;
overflow: hidden;
background: pink;
height: 100%;
}
Run Code Online (Sandbox Code Playgroud)
有没有办法.details调整高度img?现在height: 100%似乎没有做到这一点.
| 归档时间: |
|
| 查看次数: |
80 次 |
| 最近记录: |