I have a container with 100% width. I am trying to position three divs inside it next to each other, all with the same height as the parent.
Unfortunately, despite setting the display property to inline-block, they are not aligning properly and appear stacked on top of each other.
I expected them to flow horizontally, but they seem to be behaving as if the display is set to block instead of inline-block.
What could be causing this issue?