Don't working flex-basis in flexbox code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Don't working flex-basis in flexbox code

Hey! I've got a problem with flex-basis value in this code https://code.sololearn.com/W583NJTflIBw/#html and can't found the error.

3rd Feb 2018, 1:58 PM
Eduard Kuzmenko
Eduard Kuzmenko - avatar
2 Answers
+ 2
Hey, i think your probelm is the flex-property on the items (line 54). The 3rd parameter (200px) overrides the flex-basis. take a look at the specs: https://www.w3.org/TR/css-flexbox-1/#flex-property
3rd Feb 2018, 4:10 PM
Andreas
Andreas - avatar
0
thank you!
3rd Feb 2018, 6:41 PM
Eduard Kuzmenko
Eduard Kuzmenko - avatar