This is a solution to the Stats preview card component challenge on Frontend Mentor.
Users should be able to:
- View the optimal layout depending on their device's screen size
- Live Site URL: Stats preview card
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Google fonts
- Basics of flexbox layout
- Mobile first workflow
.bottom{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
margin: 0 auto;
}
- Frontend Mentor - @pratyushd0308