Assessment request for Test Your Skills: Flexbox

Hello there, I have just finished answering all the four questions in https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox_skills. Can you please look at my code and provide feedback if I have correctly completed all the four tasks. I shall also ask you to provide feedback for potential improvements. It will be highly appreciated.

Here are the links to my codepen pages-

  1. Flexbox layout one: https://codepen.io/TapasSingha/pen/PomLPNR
  2. Flexbox layout two: https://codepen.io/TapasSingha/pen/poPYjwX
  3. Flexbox layout three: https://codepen.io/TapasSingha/pen/RwVdWQM
  4. Flexbox layout four: https://codepen.io/TapasSingha/pen/zYwbvJo

and here are the starting files for each of the four tasks-

  1. Flexbox layout one: https://github.com/mdn/css-examples/blob/master/learn/tasks/flexbox/flexbox1-download.html
  2. Flexbox layout two: https://github.com/mdn/css-examples/blob/master/learn/tasks/flexbox/flexbox2-download.html
  3. Flexbox layout three: https://github.com/mdn/css-examples/blob/master/learn/tasks/flexbox/flexbox3-download.html
  4. Flexbox layout four: https://github.com/mdn/css-examples/blob/master/learn/tasks/flexbox/flexbox4-download.html

Thanks :slight_smile:

Hello @TapasSingha

you doing great well done only the last one is not same as the result check how the flex grow :wink:

and have a nice day :slight_smile:

Thanks. I have made a small change, can you check it again to see if it is correctly done this time?

I have added the flex-grow:1 to the flex-items.

This is the original question- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox_skills#flex_layout_four

and here is the codepen link- https://codepen.io/TapasSingha/pen/zYwbvJo

Thanks again :slight_smile:

you very welcome @TapasSingha

well done :+1:

you very welcome and have a nice day :slight_smile:

1 Like

I have added the flex-grow:1 to the flex-items. You can check the code above mentioned by @TapasSingha.

2 Likes

well done @steventillson02 and have a nice day :slight_smile: