Home › Forums › CSS › Can someone help with this flexbox problem? › Reply To: Can someone help with this flexbox problem?
April 2, 2019 at 12:52 pm
#285847
Member
So even though everything is in a flex container div, an article tag does not behave like a normal div?
It is acting like a normal div…but the fact that it’s in a flex container won’t make any difference.
The article and sidebar are both children of the flex container so if the sidebar is 33% wide what does that leave for the article…67% right?
So, if the article is a maximum of 67% wide, the header inside the article can’t be wider than that.