HTML span align center not working?

前端 未结 7 1555
别跟我提以往
别跟我提以往 2020-12-22 22:36

I have some HTML:

This is some text in a div element!

The Div is c

7条回答
  •  心在旅途
    2020-12-22 23:05

    span.login-text {
        font-size: 22px;
        display:table;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    

    For me it worked very well. try this also

提交回复
热议问题