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.
- The challenge
- Screenshot
- Links
- Built with
- What I learned
- Continued development
- Author
- Acknowledgments
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
Mobile Preview
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
This particular challenge broadened my knowledge more on the use of flexbox, border and padding. Media Queries also were a major focus in this challenge.
@media screen and (max-width: 375px) { .container{ display: flex; flex-direction: column; width: 280px; margin:7% 10% 0 10%; } }
- Flex
- Media Queries
- padding
- Frontend Mentor - @Bossboygod
- Twitter - @yourusername
All thanks to me though