CSS样式表 超链接编辑

@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>

 

posted @ 2015-12-24 08:37  琦仔  阅读(206)  评论(0编辑  收藏  举报