我一直在試圖獲得了很久這個postioning正確的,她是那它應該看起來像一個素描:多目標位置HTML/CSS
這裏的CSS,我找到感覺:
.team1 {
margin-left: 9;
}
.team2 {
float: right;
right: 10;
position: relative;
}
.team1text{
float: left;
left: 150;
top:50;
position: relative;
}
.team2text{
float: right;
right: 150;
top:30;
position: relative;
}
.team1winlose{
float: left;
left: 150;
top:50;
position: relative;
}
.team2winlose{
float: right;
right: 150;
top:50;
position: relative;
}
.vs {
positon: relative;
top: 30;
float: right;
right: 50%;
}
但現在看起來是這樣的,當我打開網頁:
你能提供的標記太 – Geeky