CSS - give <br> a height with line-height

0 votes
125 views
added Jul 10, 2019 in CSS by LC Marshal Captain (25,790 points)
.para br {
    line-height: 600px;
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...