默认设置:
Bootstrap 4 默认的 font-size
为 16px, line-height
为 1.5。
默认的 font-family
为 “Helvetica Neue”, Helvetica, Arial, sans-serif。
此外,所有的 <p>
元素 margin-top: 0
、 margin-bottom: 1rem (16px)
。
1、<h1> - <h6>
Bootstrap 中定义了所有的 HTML 标题(h1 到 h6)的样式.
h1 Bootstrap 标题 (2.5rem = 40px)
h2 Bootstrap 标题 (2rem = 32px)
h3 Bootstrap 标题 (1.75rem = 28px)
h4 Bootstrap 标题 (1.5rem = 24px)
h5 Bootstrap 标题 (1.25rem = 20px)
h6 Bootstrap 标题 (1rem = 16px)
2、Display 标题类
Bootstrap 还提供了四个 Display 类来控制标题的样式: .display-1
、.display-2
、.display-3
、 .display-4
。