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  记忆还是空白  阅读(153)  评论(0)    收藏  举报
点击右上角即可分享
微信分享提示