Hasan Setiawan

Write, write, write give your wings on code!

Follow me on GitHub

CSS line spacing

When you want to make space between lines in paragraph, you can use line-height attribute.

              
// CSS declaration
condensedlines {
    font-size:   10pt;
    line-height: 20pt;
}

//HTML implementation

              
            

And here is the result: