CSS Flexbox

Solution retrospective
For this solution, it is my first attempt after almost 4 years since I did active frontend development.
I was able to use Flexbox to Center the card and did a little styling for mobile.
There are changes I do hope to make to the code.
What challenges did you encounter, and how did you overcome them?The major challenge I encountered are :
-
Centering the Element Properly without using padding top and padding bottom (I still had to use them)
-
Selecting the right measurement for border radius and other elements on the page
-
Centering Element Properly without using padding (I used flexbox with accompanying align-items but still had to use padding)
-
Image Styling
-
Selection of the right measurements for web elements
Please log in to post a comment
Log in with GitHubCommunity feedback
- @phamyuuto
Does the layout look good on a range of screen sizes?
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord