mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
10 lines
98 B
CSS
10 lines
98 B
CSS
#larger1 {
|
|
font-size: 20px;
|
|
line-height: 2;
|
|
}
|
|
|
|
#larger2 {
|
|
font-size: 30px;
|
|
line-height: 3;
|
|
}
|
|
|