gpt4 book ai didi

html - Bootstrap : Image out of well

转载 作者:行者123 更新时间:2023-11-28 04:03:08 26 4
gpt4 key购买 nike

enter image description here

如您在此屏幕截图中所见,图像位于 .well 元素之外。在这里你可以看到我的源代码:

<article class="well">
<header>
<h3>News mit Bild</h3>
<p>
<span class="glyphicon glyphicon-user"></span> Geschrieben von: <a href="#">TupidaMC</a><br/>
<span class="glyphicon glyphicon-time"></span> Veröffentlicht am 13.11.2014 um 21:23
</p>
</header>
<p class="news-content">... text ...</p>
<img class="img-thumbnail news-pic" src="http://placekitten.com/g/350/251" />
<p class="news-content">... text ...</p>
</article>

CSS:

.news-pic{
float: right;
}

我想得到一些回应。

最佳答案

将 .clearfix 类添加到文章标签。

<article class="well clearfix">

jsFiddle

关于html - Bootstrap : Image out of well,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26918949/

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