Absolute Positioning & Text Alignment

后端 未结 5 894
我在风中等你
我在风中等你 2021-01-30 20:19

I would like some text to be centered in the bottom of the screen.

I tried this, but it doesn\'t work. It looks like absolute positioning conflicts with the alignment.

5条回答
  •  执念已碎
    2021-01-30 21:08

    Maybe specifying a width would work. When you position:absolute an element, it's width will shrink to the contents I believe.

提交回复
热议问题