π **Day 22 of
#LearningCSS: Flexbox & Navbars!** π¨
Nailed horizontal navbars with `display: flex` & `justify-content: space-evenly`! Removed list dots using `list-style: none`. Centered a div inside another with `justify-content: center` & `align-items: center`. πͺ
#CSS #Web