twitter-bootstrap 类似于 twitter bootstrap 中的 hero-unit 类的类是什么
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18246084/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the class similar to hero-unit class in twitter bootstrap
提问by sonam
I could not find hero-unit css class (present in bootstrap 2) in bootstrap 3. Are there any class similar to hero-unit in bootstrap 3 ?
我在 bootstrap 3 中找不到 hero-unit css 类(存在于 bootstrap 2 中)。在 bootstrap 3 中是否有类似于 hero-unit 的类?
回答by Dmitry Efimenko
it was renamed. Now use class="jumbotron"
它被重命名。现在使用class="jumbotron"
回答by Jeremy Moritz
Hero Unit is renamed to "Jumbotron".
英雄单位更名为“Jumbotron”。
Here is a link to the documentation: http://getbootstrap.com/components/#jumbotron

