请问代码规范吗?
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>position</title>
<style type="text/css">
*{margin:0;
padding:0;
}
.con{width:100%;
height:1400px;
background:url(http://img1.sycdn.imooc.com/climg//59c9f7ce0001839219034033.png) center top no-repeat;
margin:0 auto;
}
.left{width:224px;
height:364px;
position:fixed;
left:0;
top:50%;
margin-top:-182px;
}
.right{width:224px;
height:364px;
position:fixed;
right:0;
top:50%;
margin-top:-182px;
}
</style>
</head>
<body>
<div class="con">
<div class="left"><img src="http://img1.sycdn.imooc.com/climg//5a3383c70001f1b702240364.png"</div>
<div class="right"><img src="http://img1.sycdn.imooc.com/climg//5a3383d00001a3dd02240364.png"</div>
</div>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星