码迷,mamicode.com
首页 > Web开发 > 详细

如何改变CSS样式

时间:2016-06-01 21:11:24      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

   我用了一个博客样式,他的样式有点错位,摆弄了几个小时,终于找到了,怎么改变他。</br>

先进入设置,让后在CSS中输入:

<style type="text/css">
body{padding:0;
}

a.headermaintitle:visited, a.headermaintitle:active, a.headermaintitle:link{
font-size:30px;
color:red;
}
#leftcontent{position:absolute;
             top:195px;
}

</style>

样式就正常了。

如何改变CSS样式

标签:

原文地址:http://www.cnblogs.com/ai1314/p/5550888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!