+ 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.
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
0
thank you!