在题字中心和图像中对齐一部短片 Twitter 启动下载旋转木马模板
我正在尝试将签名与绘图在中心和图像下对齐
在旋转木马模板 Twitter Bootstrap:
http://getbootstrap.com/2.3.2/ ... .html
有谁知道如何完成,使其仍然响应? 我试图添加它 HTML:
那就是 CSS:
... 到现有的模板代码,但它甚至没有关闭。 是否有一个简单的解决方案,它在旋转木马模板中工作 HTML/CSS?
这是一般分区特性。 HTML:
以浏览器图标的三张大图像为中心的签名是准确的!
http://getbootstrap.com/2.3.2/ ... .html
Featurette
在旋转木马模板 Twitter Bootstrap:
http://getbootstrap.com/2.3.2/ ... .html
有谁知道如何完成,使其仍然响应? 我试图添加它 HTML:
<figure>
<img class="featurette-image pull-right image-responsive" src="../images/file.jpg"/>
<figcaption>Caption here</figcaption>
</figure>
那就是 CSS:
figure {
display:inline-block;
margin:10px;
vertical-align:top;
}
figure img {
display:block;
margin:0 auto;
}
figcaption {
display:block;
padding:8px;
}
... 到现有的模板代码,但它甚至没有关闭。 是否有一个简单的解决方案,它在旋转木马模板中工作 HTML/CSS?
这是一般分区特性。 HTML:
<div class="featurette">
<a href="#" target="_blank">
<figure>
<img class="featurette-image pull-right image-responsive" data-toggle="tooltip" src="../images/image.jpg" title="title"/>
<figcaption>test</figcaption>
</figure>
</a>
<h2 class="featurette-heading">Text: <span class="muted">Text</span></h2>
<p class="lead">Some text.</p>
</div>
以浏览器图标的三张大图像为中心的签名是准确的!
http://getbootstrap.com/2.3.2/ ... .html
没有找到相关结果
已邀请:
1 个回复
三叔
赞同来自:
http://jsfiddle.net/3cWgJ/1/
-版本 JSFIDDLE
CSS 更新:
这是您享受的决定!
http://jsfiddle.net/4kcFv/
http://jsfiddle.net/4kcFv/embedded/result/