CSS-moving text from left to right

前端 未结 6 591
自闭症患者
自闭症患者 2020-12-19 05:52

I want to create an animated HTML \"marquee\" that scrolls back and forth on a website:

This is a marquee!
6条回答
  •  一个人的身影
    2020-12-19 06:29

    If I understand you question correctly, you could create a wrapper around your marquee and then assign a width (or max-width) to the wrapping element. For example:

    This is a marquee!

    And then #marquee-wrapper { width: x }.

提交回复
热议问题