美文网首页
作业 亚马逊 雪碧图

作业 亚马逊 雪碧图

作者: 上心心上 | 来源:发表于2018-11-26 14:41 被阅读0次
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>雪碧图</title>
    <style type="text/css">
    .cart{
    width: 40px;
    height: 30px;
    margin: 100px auto;
    background-image: url("images/QQ图片20181126143231.png");
    background-position: -10px -338px;
    }
    a:link{
    display: block;
    width: 40px;
    height: 30px;
    }
    a:hover{
    background-position: -58px -338px;
    }
    a:active{
    background-position: -130px -338px;
    }
    </style>
    </head>
    <body>
    <a class="cart" href="#"></a>
    </body>
    </html>

    相关文章

      网友评论

          本文标题:作业 亚马逊 雪碧图

          本文链接:https://www.haomeiwen.com/subject/xodbqqtx.html