Absolute Positioning & Text Alignment

后端 未结 5 896
我在风中等你
我在风中等你 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 20:55

    position: absolute;
    color: #ffffff;
    font-weight: 500;
    top: 0%;
    left: 0%;
    right: 0%;
    text-align: center;
    

提交回复
热议问题