This is a solution to the 3-column preview card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
During the Creating this project, i learn how to use flex.Flex are very help full especially for responsive design.Just one line of code put whole layout into mobile design.
.container {
flex-direction: column;
}
I will more focus on organized code next in developing phase