检查这个jsfiddle
是否可以在只有左侧边距的 div 中放置居中文本?基本上根据黑框将文本居中,但不会超出红框。
一种解决方案是放置text-indent: -25%
,但是当我们调整窗口大小并使其更小时,文本的某些部分将被隐藏。
有任何想法吗?
更新:我希望文本以黑框为中心,但不要超出红框。而且我不希望右边有任何边距/填充
check out this FIDDLE
first set you div
width and then set your h2
as width: inherit
我不完全了解您要做什么,但margin-left: auto; margin-right: auto;
可以解决问题。