控制字体位置可以用padding margin text-indent 单位可以是px em (em是根据你设置的字体大小设定的,假如你设置字体为12px,那么2em就是24px。是根据父容器的宽度或高度决定的。margin-left:auto;margin-right:auto;(左右自动对齐)。position:absolute;(绝对定位)
css怎么控制字体的位置?
控制字体位置可以用padding
margin
text-indent
单位可以是px
em
%
(em是根据你设置的字体大小设定的,假如你设置字体为12px,那么2em就是24px。
%是根据父容器的宽度或高度决定的。
margin-left:auto;margin-right:auto;(左右自动对齐)。position:absolute;(绝对定位)2020-04-30