HTML span align center not working?

前端 未结 7 1558
别跟我提以往
别跟我提以往 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 22:50

    Span is inline-block and adjusts to inline text size, with a tenacity that blocks most efforts to style out of inline context. To simplify layout style (limit conflicts), add div to 'p' tag with line break.

    some default stuff

    your entered stuff

提交回复
热议问题