[Hỏi đáp] giúp đặt khung tài sản vào vị trí thích hợp

The author of this message was banned from the forum - See the message
  Bài viết hay nhất2
vào css tìm
Code:
.rpgsomething .medaldo {
margin-left: 115px;
margin-top: -67px;
width: 150px;
white-space: nowrap;
}

Code:
.rpgsomething .pet, .rpgsomething .medaldo {
border: 1px solid #d7d7d7;
margin-top: -52px;
background: #fff;
position: absolute;
height: 100px;
width: 100px;
box-shadow: 0px 5px 10px #999;
line-height: 100px;
}
xoá đi
rồi thêm đoạn này vào cuối css
Code:
.rpgsomething .pet,.rpgsomething .medaldo{border:1px solid #d7d7d7;margin-top:-133px;background:#fff;position:absolute;height:100px;width:100px;box-shadow:0 5px 10px #999;line-height:100px;margin-left:-322px}
.rpgsomething .medaldo{margin-left:-200px;margin-top:-148px;width:150px;white-space:nowrap}
The author of this message was banned from the forum - See the message
  Bài viết hay nhất4
You cannot reply to topics in this forum