Need assessment for
which contains the question : Flex Layout One section https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox_skills
Hello @suneetha.sastra
hope that everything going fine with you
i you doing great and to make all flex item same size you you use the following property
flex:1;
and to make the first one twice the size then make it flex:2;
check this link
hope that help and have a nice day