Design comparison
Solution retrospective
Can you give me some feedback please, I'll so Apreciate it. Thanks a lot guys
Community feedback
- @samuelpalaciosdevPosted over 3 years ago
Hi, Orlando👋
Well done on this challenge!👍
I only suggest some things 😉:
-
Be clear with your HTML classes. I don't understand what you're trying to say with example:
flav
orindi
. -
Using
min-widths
andmin-heights
instead explicitwidth
aheight
properties. Setting explicit widths and heights usually is not the best approach, As I'm seeing on your project, on the 900px viewport, one of the containers (the right one) lacks information, if you use min-widths, it will help you.
I hope this would help you, have a nice day, keep coding!💙
0@orandoriskPosted over 3 years ago@samuelpalaciosdev I'm Sorry about my Class, I will make it more clear for next challenge, and for min-width, do you mean, give a min-width: px; for container at viewport 900px for substitute a padding?. Can you explain it Please, and Thanks a lot for your feedback, it help a lot
0@samuelpalaciosdevPosted over 3 years agoI'd add the min-width but not deleting the padding, if this helped you, please upvote my comments💙
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