<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<style type="text/css">
</style>
</head>
<body>
<div style="float: right;" >
<img src="img/QQ截图20181031200008.png" >
</div>
<div style="height: 50px; background-color: white;width: 100%;">
<img src="img/QQ截图20181031195907.png" >
</div>
<div style="height: 20px; background-color: red;width: 10%;float: left;" >小胖</div>
<div style="height: 20px; background-color: aqua;width: 30%;float: left;">小胖</div>
<div style="height: 20px; background-color: chocolate;width: 30%;float: left;" >小胖</div>
<div style="height: 20px; background-color: aqua;width: 10%;float: left;">小胖</div>
<div style="height: 20px; background-color: darkblue;width: 20%;float: left;">小胖</div>
<div style="height: 300px; background-color: fuchsia;width: 100%;background: url(img/u=2057648350,679364698&fm=26&gp=0.jpg)no-repeat;background-size:1000px ;">
<img src="img/QQ截图20181031193741.png"style="position:relative; top:80px;" >
<img src="img/QQ截图20181031203250.png" style="position:relative; top:150px;right: -500px;">
</div>
<div style="height: 100px; background-color: red;width: 30%;float: left;" >小胖</div>
<div style="height: 100px; background-color: aqua;width: 30%;float: left;">小胖</div>
<div style="height: 100px; background-color: chocolate;width: 30%;float: left;" >小胖</div>
<div style="height: 100px; background-color: aqua;width: 10%;float: left;">小胖</div>
<div style="height: 50px; background-color: white;width: 100%;float: left;" >小胖</div>
<div style="height: 100px; background-color: red;width: 20%;float: left;" >小胖</div>
<div style="height: 100px; background-color: aqua;width: 50%;float: left;">小胖</div>
<div style="height: 100px; background-color: chocolate;width: 30%;float: left;" >小胖</div>
</body>
</html>
二阶段day3(作业)
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 1.字符串 a.说明 python中没有字符类型,如果要表示字符,就要用一个长度是1的字符串表示。长度:指的就是长...