Answers for "transl;ate"

3

transl;ate

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%.
Posted by: Guest on November-18-2021
5

transl;ate

Cheating in your language class... yeah, me too
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language