How to animate every single letter without the text size changing

后端 未结 2 1601
醉酒成梦
醉酒成梦 2021-01-28 14:30

I am trying to make every single letter get bigger on hover. I got that animation but I want to get rid of the whole sentence to move. I tried using absolute positioning; it did

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-28 14:48

    Just add float: left on your span elements. But then you need to center the h1 by taking its width and making margin: auto.

    Fiddle

提交回复
热议问题