<style type="text/css">
#div1{
height: 200px;
width: 200px;
background-color: coral;
float: left;
/*position: relative;*/
}
#div2{
height: 200px;
width: 200px;
background-color: blanchedalmond;
float: left;
position: relative;
}
#div3{
height: 200px;
width: 200px;
background-color: chartreuse;
float: left;
/*position: relative;*/
}
</style>
出来的时候,老师的会动 我的不会?
|
|