csssassletter-spacing

How to modify the height on the text


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


Solution

  • CSS

        span {
          line-height:2.5
        }
    

    HTML

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

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