+ 2
CSS flex box element are not taking width properly.
I am currently working on below project. https://code.sololearn.com/W3fa7g46h21y/?ref=app The problem is in display:flex; elements are not taking the width of their parent container. They are overflowing and on changing screen size their size is not responding as per container width. How can I fix it ? âč see line 32 & 54
3 Answers