国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

插入圖片 背景圖片

Original 2019-06-28 11:02:51 277
abstract:<!DOCTYPE html><html>    <head>        <meta charset="utf-8">        <style>div {width: 17px;height: 13px;back

<!DOCTYPE html>

<html>

    <head>

        <meta charset="utf-8">

        <style>

div {

width: 17px;

height: 13px;

background: url(images/jd.png) no-repeat;

background-position: 0 -388px;  /* 因為背景圖片往上移動,所以是負值 */

margin: 100px auto;

}

p {

width: 56px;

height: 49px;

background: url(images/jd.png) no-repeat;

background-position: 0 -438px;  /* 因為背景圖片往上移動,所以是負值 */

}

        </style>

    </head>

    <body>

    <!-- 1. 插入圖片  margin  padding  float position 移動圖片  大小就是width

    2. 背景圖片  background 來控制  size大小   background-position 位置 -->

    <div>

     

    </div>

<p></p>

    </body>

</html>


Correcting teacher:天蓬老師Correction time:2019-06-29 13:02:12
Teacher's summary:背景設置在前端中是一個非常有趣的知識, 使用得當,可以為你的項目增色

Release Notes

Popular Entries