skip to Main Content

HTML and CSS code not working as expected

I am working on creating a simple card design using HTML and CSS. Here's the basic design: So far this is my code: .map-drawer-item { border-radius: 0.25rem; background: #EEE; color: #797979; font-family: Roboto; font-size: 0.875rem; font-weight: 700; display: flex; flex-direction:…

VIEW QUESTION
Back To Top
Search