CSS样式表 超链接编辑

@charset "utf-8";
/* CSS Document */
<style type="text/css">
*{
    margin:0px;
    padding:0px;
    }

a:link
{
    color:#000;
    text-decoration:none;}
a:visited
{
    color:#000;
    text-decoration:none;}
a:hover
{
    color:#F00;
    text-decoration:underline;}
a:active
{
    color:#F93;
    text-decoration:underline;}
    </style>

 

posted @ 2015-12-24 08:33  记忆还是空白  阅读(150)  评论(0编辑  收藏  举报