mirror of
https://github.com/boostorg/test.git
synced 2026-01-26 07:02:12 +00:00
31 lines
346 B
CSS
31 lines
346 B
CSS
H1
|
|
{
|
|
font-size: 200%;
|
|
color: #00008B;
|
|
text-align: center;
|
|
clear: left;
|
|
}
|
|
H2
|
|
{
|
|
font-size: 150%;
|
|
}
|
|
H3
|
|
{
|
|
font-size: 125%;
|
|
}
|
|
H4
|
|
{
|
|
font-size: 115%;
|
|
}
|
|
H5
|
|
{
|
|
font-size: 108%;
|
|
}
|
|
|
|
H1.subtitle
|
|
{
|
|
font-size: 160%;
|
|
color: #4466A9;
|
|
text-align: left;
|
|
}
|