如何获得讲师的代码

来源:4-1 4. border与background定位

celinezjn

2016-12-28 11:09

有没有讲师的代码呀

写回答 关注

1回答

  • Lastlove
    2016-12-29 14:06:36

    老师的代码没有,我有个自己写的你可以参考下!

    <style>
                body {
                    font: 14px/1.4286 "microsoft yahei";
                }
                .a{
                    width: 200px;
                    height: 100px;
                    background:  #0066CC url(img/golo.png) no-repeat;
                    background-position:  40px;
                }
                .b{
                    width:200px;
                    height: 100px;
                    background: #0066CC url(img/golo.png) no-repeat;
                    background-position: 100% 40px;
                }
            </style>
        </head>
        <body>
            <h2>background定位的局限</h2>
            <div class="a"></div><br />
            <div class="b"></div>
        </body>

CSS深入理解之border

深入讲解border使用方法及应用,以及如何借助border完成布局

56801 学习 · 73 问题

查看课程

相似问题