文章每段的首行一般都要求缩进两个中文字符,但是首行如果是图片时不需要缩进,只要求居中。以下的 CSS 代码可以实际这样的需求:
p {
text-indent:2em;
}
p img {
clear: both;
display: block;
margin:auto;
}
文章每段的首行一般都要求缩进两个中文字符,但是首行如果是图片时不需要缩进,只要求居中。以下的 CSS 代码可以实际这样的需求:
p {
text-indent:2em;
}
p img {
clear: both;
display: block;
margin:auto;
}
2014 © Biliyu.com. ALL Rights Reserved.
鄂公网安备 42010202002526号
备案/许可证编号为:鄂ICP备14004565号