Source-Repo: https://github.com/servo/servo Source-Revision: b1305bb7d051f83850c51bb0da0ccc86a5e07922
11 lines
98 B
CSS
11 lines
98 B
CSS
#larger1 {
|
|
font-size: 20px;
|
|
line-height: 2;
|
|
}
|
|
|
|
#larger2 {
|
|
font-size: 30px;
|
|
line-height: 3;
|
|
}
|
|
|