如何让"hello world"在居中之前少一点,也许可以从text-align: left的中间开始;文本对齐:居中;
How to make the "hello world" in a little less before the the centre, maybe it can from the between of text-align: left; to text-align: center;
你好世界
没有什么
你好世界
如何让上面的代码 "Hello World" 显示在行的中心,但有一些我可以自定义的偏移量?
你的意思不是很清楚..
也许是这个?
#nd {
margin-left:20px;
}
Hello world nothing<br/>
<span id="nd">Hello world<span>
你好世界
如何让上面的代码 "Hello World" 显示在行的中心,但有一些我可以自定义的偏移量?
你的意思不是很清楚..
也许是这个?
#nd {
margin-left:20px;
}
Hello world nothing<br/>
<span id="nd">Hello world<span>