浮动与定位4-11自由编程footer作业提交
提交浮动与定位4-11自由编程footer作业,请老师过目
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
}
div {
width: 100%;
height: 80px;
background-color: #07cbc9;
}
div p {
line-height:80px;
text-align: center;
}
</style>
</head>
<body>
<div>
<p>©2016 imooc.com 京ICP备13046642号</p>
</div>
</body>
</html>9
收起
正在回答
1回答
同学你好,footer部分完成的很好,但是别忘记本次作业还有一个gallery区域需要完成哦~继续加油,祝学习愉快!
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星