14 lines
173 B
CSS
14 lines
173 B
CSS
|
|
h1 {
|
|
text-align: center;
|
|
font-size: 24pt;
|
|
margin-top: 10mm;
|
|
margin-bottom: 2mm;
|
|
}
|
|
|
|
h2 {
|
|
text-align: center;
|
|
font-size: 14pt;
|
|
margin-top: 2mm;
|
|
}
|