| Here is example #1 text line height that you see here with two lines of text in total. |
|
| Here is example #2 text line height that you see here with two lines of text in total. |
|
| Here is example #3 text line height that you see here with two lines of text in total. |

Here is the full CSS as shown in the examples above:
The green text example style
.green {
color: #006633;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 30px;
}
The overlapping text style
.red {
color: #CC0033;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 5px;
}