定位3

div{

width: 100px;

height: 100px;

background-color: #7A45E5;

margin: 2px;

}

#a{

background-color: yellow;

position: relative;

left: 120px;

top: 30px;

}

#b{

position: relative;

top: -30px;

}

sty


你可能感兴趣的:(定位3)