HTML 中几种居中方式

text-align 文本居中,像 abuttoninput 标签就属于文本,则可以居中

margin: auto 边距自动居中,块级元素可用,有的需要修改 display 属性才能使用

发表评论