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

CSS样式表 超链接编辑

时间:2015-12-24 09:19:46      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

@charset "utf-8";
/* CSS Document */
<style type="text/css">
*{
    margin:Opx;
    padding:Opx;
    body
{ background-image:url(1.png);
background-repeat:repeat-x;
background-position:left 100px top 200px;
 
}
p
{
    color:#0F0;
    font-size:24px;
    text-decoration:underline;
}
#main{
    height:50px;
    width:100%;
    text-align:center;
    border:#000 thin red;}
}
    a:link
    {
        color:#000;
        text-decoration:none;}
        a:visited
        {
            color:#000;
        text-decoration:none;}
        a:hover
        {
            color:#F00;
            text-decoration:underline;}
            a:active
            {
                color:#0F0;
                text-decoration:underline;}
            
    </style>

 

CSS样式表 超链接编辑

标签:

原文地址:http://www.cnblogs.com/doubiqi/p/5071913.html

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