Design comparison
Solution retrospective
My layout isn't 100% perfect because the paragraph text doesn't completely reflect the design images. I also have a big where while shrinking the page my buttons "bounce" because of the paragraph size. How do I keep the buttons from being influenced by the paragraph size?
Community feedback
- @RayaneBengaouiPosted over 3 years ago
Hello Justin,
Congrats for completing your first challenge ! 🙂
Almost identical to the design, but don't worry, the goal is not to match 100% of the design file as long as you grasp everything about the implementation!
For the buttons, they are inside a the same container as the button, thus, they both try to fit in the box. But it's a normal behavior as CSS is originally meant to be responsive. You could add fix heights or play with
min-height
andmax-height
to restrict the text container to expand.Overall, well done for the challenge and happy coding ! 😃
2@DeusMalsithPosted over 3 years ago@RayaneBengaoui Thank you for your help! I actually went and looked at your profile and noticed you had done this challenge as well. I learned a lot from your code that would basically fix all of the small problems I had.
1@RayaneBengaouiPosted over 3 years ago@DeusMalsith Your welcome, nice to hear it helped ! Hope to see you soon on other challenges ! 😃
0 - @hkboyracerPosted over 3 years ago
Dear Justin, I would like to know if you are using 3 containers to create this, or you use columns and row?
I am in the journey of having this challenge. :)
0@DeusMalsithPosted over 3 years ago@hkboyracer I'm using one container that encapsulates all three cards and I used flexbox to determine whether they are columns or rows at different viewport sizes.
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