mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
11 lines
98 B
CSS
11 lines
98 B
CSS
#larger1 {
|
|
font-size: 20px;
|
|
line-height: 2;
|
|
}
|
|
|
|
#larger2 {
|
|
font-size: 30px;
|
|
line-height: 3;
|
|
}
|
|
|