2016-04-02 6 views

答えて

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; 
} 
関連する問題