How to modify the height on the text

51 views Asked by At

I want to reduce the height of a text, How can i do?

1

There are 1 answers

2
avia On BEST ANSWER

CSS

    span {
      line-height:2.5
    }

HTML

    <span>Mistor</span>
    <br>
    <span>Gathus</span>

Pen: https://codepen.io/larrytherabbit/pen/OJXJJxd