亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

浮動和截取圖片中小圖標(biāo)的知識點(diǎn)

原創(chuàng) 2019-03-09 22:07:38 199
摘要:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>浮動</title><style>        body{background:#ccc;}      &nbs

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>浮動</title>

<style>

        body{background:#ccc;}

        div{float:left;}

        .box{width:100px;height:100px;background:url(images/3.jpg);}

        .box1{width:100px;height:100px;background:url(images/3.jpg);background-position:-135px 0px;}

        .box2{width:100px;height:100px;background:url(images/3.jpg);background-position:0px -130px;}

</style>

</head>

<body>

<div class="box"></div>

    <div class="box1"></div>

    <div class="box2"></div>

</body>

</html>


批改老師:韋小寶批改時間:2019-03-10 09:15:34
老師總結(jié):寫的很棒 浮動在網(wǎng)站的布局中是必要會用到的 使用多了浮動還要記得的清除浮動哦

發(fā)佈手記

熱門詞條