How to get a grid-gap between the grid item and the container?
问题 How can I get a left-sided gap? As you can see the Box1 is sitting 'sticky' to the left side I've used grid-gap: 1em; but it only applies to top bottom and right? /*Defining the font and pixels so we can work with em later*/ body { font-family: 'Poppins', sans-serif; font-size: 25px; } /*BG gradient layer + bg elements*/ .BG_gradient { background-image: linear-gradient(-135deg, #FEE140 0%, #FA709A 100%); /*Padding = 10vh top + 10vh bottom = 20vh*/ padding: 10vh 5vh 10vh 5vh; /*Padding top and