Currently, I am in the process of developing a battleship game that features a generated grid on the playing board. The grid is composed of colored boxes with numbers, each represented by its unique div element. However, an issue I am encountering involves the inconsiste nt height of these divs when additional content is added. This irregularity disrupts the overall appearance of the grid. How can I ensure that all div elements maintain uniform height regardless of their content? Although I have attempted to apply a height property within the CSS code, it seems ineffective in standardizing the actual height of these colored boxes.