Four card feature section (using Flexbox and Media queries)
Design comparison
Solution retrospective
I am happy with any feedback , especially with mobile design and flexbox issues , Thanks.
Community feedback
- @jharteagaPosted almost 5 years ago
Hi! I was reviewing your code, and in my opinion, some problems that I have identified are the following:
-
Combining positions (absolute and relative) with Flexbox.
-
Setting fixed width and height in some containers that is not necessary.
-
In mobile design, your flexbox alignment should be center instead of flex-start.
-
Using auto in right/left margin makes your card containers position too close from the sides without space.
-
Check the error in line 16 in your CSS file.
Good going buddy! I hope these comments helps you :)
1@hanay0Posted almost 5 years ago@jharteaga Thanks José , absolutely your comments helped me. i am going to modify it. thank you so much :D
0 -
Please log in to post a comment
Log in with GitHubJoin 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