text -indent 的作用是設定文字首行縮排,其中設定的值主要是以數值為主,此外也可使用百分比 ... CSS p{ font-size: 20px; text-indent: 2em; background-color: #ccc; ...
確定! 回上一頁