Responsive Box Grid

Hey! I tried to make a responsive grid of 6 textboxes with the box class and bootstrap.
My problem is , that with different amount of text in it the box they have different widths / heights, but i want them to have the same max-height / max-width as the box with the most text in it.

Is there a chance to get this without hard-coding the width / height for all boxes?

Thanks

CodePen link

Hi Franklin,
I assume you want all your text box to have the same width and height. You can add a class to each textbox and in your CSS set a fixed width and height.