html, body{ height: 100%; } body{ background: transparent; } .menu-wrap{ position: absolute; bottom: 0px; width: 100%; font-size: 16px; color: #17b3ec; } .menu-wrap ul{ background: #fff; border-radius: 8px; margin: 0 6% 10px 6%; } .menu-wrap ul > li{ line-height: 46px; text-align: center; border-bottom: 1px solid #eee; } .menu-wrap ul > li:last-child{ border-bottom: none; }