当前位置:首页 >> div排版

内容页排版自动美化教程

1、清除p的高行显示br{display:none;}2、首行缩进.content{text-indent:2em;}这里的content是你内容页内容区域的div标记3、每一段缩进p{text-indent:2em;}4、图片自动居中显示而文字正常排列img{display:block; margin:0 auto;}使用的时候最好定义下img前的div区域,否则会使网页全部图片生效5、使每一行不显得拥挤.content{line-height:20px; fon...
加载中