/
home
/
obinna
/
html
/
cravings
/
public
/
css
/
Upload File
HOME
.foot-navbar { position: fixed; bottom: 0; right: 0; left: 0; box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.15); background-color: #fff; z-index: 1000; /* display: none; */ } .navbarList { list-style: none; display: flex; align-items: center; text-align: center; width: 100%; margin: 0; padding: 0; } .navbarList li { padding: 5px 0; flex: 1; } .navbarList li.active { /* background-color: #c32022; */ } .navbarList li.active a { color: var(--red); font-family: 'Gilroy Bold'; font-size: bold; } .navbarList li.active a svg { fill: var(--red); } .navbarList li.active a > * { font-family: 'Gilroy Bold'; } .navbarList li a { width: 100%; height: 100%; text-align: center; font-size: 1.3rem; display: flex; flex-direction: column; align-items: center; justify-content: center; } .foot-navbar ul li a span { font-size: 12px; } @media (min-width: 767px) { .foot-navbar { display: none; } }