1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00

introduce display heading classes

This commit is contained in:
Mark Otto
2015-08-09 21:17:27 -07:00
parent 44fe355ec2
commit 7a50a2cbe8
23 changed files with 148 additions and 16 deletions

View File

@@ -560,6 +560,26 @@ h6, .h6 {
font-weight: 300;
}
.display-1 {
font-size: 3.5rem;
font-weight: 300;
}
.display-2 {
font-size: 4.5rem;
font-weight: 300;
}
.display-3 {
font-size: 5.5rem;
font-weight: 300;
}
.display-4 {
font-size: 6rem;
font-weight: 300;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;