Problems with using flexbox for vertically aligning

前端 未结 0 946
盖世英雄少女心
盖世英雄少女心 2021-01-25 23:00

I have a page-wide wrapping div that has flexbox alignment to center:

.app_container{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-item         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题