我在尝试让第3个div与其当前所在的div保持内联时遇到一些麻烦。您可以在http://ready4war.net/
中的divboard.css中查看它。答案 0 :(得分:0)
如果您改变这样的CSS,那么现在可以正常工作,看看它是否适合您!
尝试使用检查器查看问题所在的位置
.colum2{
display:flex;
align-items: flex-end; /* you can use to flex-start or center*/
/*height: 100%;*/
}
.importantboard {
/*position: left;*/
/*float:left;*/
height: 100%;
}
.battledeck{
/*margin-left: 530px*/
/*margin-bottom: -24px;*/
height: 100%;
}
.twitchboard{
/*margin-bottom: 24px*/
/*margin-left: 800px*/
height: 400px;
padding-left: 10px;
}