mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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;
|
|
}
|
|
|