[ANSWERED] html – Child div has an offset border
Solution 1 : Add box-sizing: border-box; in .overlay will work. .container { background: pink; width: 40rem; height: 25rem; display: flex; flex-wrap: wrap; } .box { background: yellow; width: 8rem; height:…