三個(gè)div,每個(gè)div,一個(gè)背景圖,中間的一個(gè)有文字,都設(shè)為左浮動(dòng)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.one{
width: 10px;
height: 100px;
background-image: url(images/l.png);
float: left;
}
.tree{
width: 10px;
height: 100px;
background-image: url(images/r.png);
float: left;
}
.two{
height: 100px;
background-image: url(images/m.png);
float: left;
line-height: 100px;
}
</style>
</head>
<body>
<div class="one"></div>
<div class="two"> 我是大美女</div>
<div class="tree"></div>
</body>
</html>
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者