Moving Marquee/Moving Text Down in HTML

后端 未结 1 883
臣服心动
臣服心动 2021-01-29 08:16

I am trying to move down or Moving Text in HTML, but I can\'t seem to be able to, move it anywhere. I added a color command to change the color of the text, but it seems like t

1条回答
  •  太阳男子
    2021-01-29 08:46

    add this style to tag.

    position: absolute;
    bottom: 0;
    

    0 讨论(0)
提交回复
热议问题