前端之家收集整理的这篇文章主要介绍了
twitter-bootstrap – Bootstrap中心标题,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
这是我第一次的Twitter Bootstrap体验。我
添加了一些
标题(h1,h2,等),他们是左侧对齐。中心
标题的正确
方法是什么?
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
bootstrap为文本对齐添加了三个css类。
原文链接:https://www.f2er.com/bootstrap/234634.html