* { padding: 0; margin: 0rem; } .menu_left_element { width: 110px; display: inline-block; margin-left: 15px } .menu_right_element { display: inline-block; width: 50px; height: 45px; margin-right: 25px; } .menu_element_text { border-radius: 10px; background-color: #8583FF; display: block; width: 100%; height: 100%; text-decoration: none; padding: 0.4rem; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 2.6rem; text-decoration-color: black; } #menu_left { position: absolute; left: 0; list-style-type: none; } #menu_right { position: absolute; right: 0; list-style-type: none; } #nav { background-color: #C4C4C4; height: 1.6cm; padding: 0.8rem; /* padding: 0.6rem; */ } .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; }