引导幻灯片显示句子而不是图片

时间:2013-09-13 16:10:57

标签: html css twitter-bootstrap

我正在尝试进行幻灯片放映而不包含图片,就像 this website。看看句子如何在英雄单位内移动?

1 个答案:

答案 0 :(得分:0)

查看他们的documentation,但您可以在item div中放置几乎任何内容。您只需要设置适当的CSS

<div class="carousel-inner">
    <div class="item active">
        <p>Your text here</p>
        <div class="carousel-caption">
         ...
         </div>
     </div>
</div>