文章内容页通用代码与CSS
HTML代码:
<div class="article_content">
</div>
CSS代码:
.article_content{
}
.article_content p{
margin-bottom: 20px;
font-size: 16px;
line-height: 34px;
text-indent: 32px;
}
.article_content p img{
max-width: 800px;
display: block;
}
声明:《文章内容页通用代码与CSS》一文由花火盒(http://www.huahuohe.com)网友供稿,版权归原作者本人所有,转载请注明出处。如果您对文章有异议,可发邮件到hi@webimage.cn处理!
相关文章