.box { background-color: white; width: 100px; height: 100px; padding: 10px; /* box-sizing: border-box; */ border: solid 10px lightpink; } •content { background-color: white; padding: 10px; box-sizing: border-box; }