w3-css
w3-css copied to clipboard
Column disappears when content is empty
If you try this example: https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_grid_two_equal&stacked=h
and remove the <p>s6</p> content, the right column will shift to the left...
Expected behavior: Left column should be blank (visibility: hidden).