div#myGrid { display: grid; row-gap: 1px;}div#myGrid>div { border: 1px solid black; background-color: yellow;}