-1

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

AndreiN
  • 47
  • 8

1 Answers1

0

CSS

    span {
      line-height:2.5
    }

HTML

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

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

avia
  • 1,527
  • 7
  • 19