📜  翻译;ate - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:49.090000             🧑  作者: Mango

代码示例2
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%.