18 lines
173 B
CSS
18 lines
173 B
CSS
.usertext h1
|
|
{
|
|
font-size: 36px;
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.usertext h2
|
|
{
|
|
font-size: 30px;
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.usertext h3
|
|
{
|
|
font-size: 24px;
|
|
margin: 1em 0;
|
|
}
|