Issue with grid layout in IE11
问题 I'm trying to create a 3cols*2rows layout using css. it works as expected in chrome but it's not working fine in ie11. can you please suggest how can i achieve it. i think the problem is with grid gap since the grid gap is not working in IE, i've tried gap, grid-row-gap but i've no luck my code looks as follows: .grid_container { width: 65%; margin: 10px auto; display: grid; grid-gap: 1.5rem; grid-template-columns: 1fr 1fr 1fr; max-width: 1100px; display: -ms-grid; -ms-grid-columns: 1fr 1fr