📅  最后修改于: 2022-03-11 14:57:49.090000             🧑  作者: Mango
flex-grow : 1; â The div will grow in same proportion as the window-size
flex-shrink : 1; â The div will shrink in same proportion as the window-size
flex-basis : 0; â The div does not have a starting value as such and will
take up screen as per the screen size available for
e.g:- if 3 divs are in the wrapper then each div will take 33%.