.menu_element { background-color: orangered; display: inline; font-size: 400%; margin: 0.8rem; text-decoration: none; } #menu { list-style-type: none; } .grid-wrapper { display: grid; padding: 4rem 4rem 0 4rem; grid-template-columns: 1fr; grid-template-rows: 100px 100px 100px; grid-gap: 10px; } .box { background-color: grey; }