这课写着高级呢啊。。为啥好多人说自己新手看不懂啊。。高级的意思就是,不好理解,可能指的是其中的技术,也可能指的是老师的讲课方式?
2015-10-21
<!doctype html>
<meta charset="utf-8">
<style>
.constr{ width:800px;}
.constr > div {width:50%; height:100px; margin:auto; background-color:#0CC;}
#d2{position:absolute; left:0; right:0;}
</style>
<div class="constr">
<div id="d1"></div>
<div id="d2"></div>
</div>
楼上的同学试试
<meta charset="utf-8">
<style>
.constr{ width:800px;}
.constr > div {width:50%; height:100px; margin:auto; background-color:#0CC;}
#d2{position:absolute; left:0; right:0;}
</style>
<div class="constr">
<div id="d1"></div>
<div id="d2"></div>
</div>
楼上的同学试试
2015-10-15