Design comparison
SolutionDesign
Solution retrospective
The left and right card in the bottom of the main card are difficult to place correctly with Flex. I choose grid, and it was for this solution the best for me.
I learnd to build mobile first. I will do this in future too.
My goal is to solve all the Challanges to get better.
Community feedback
- @denieldenPosted almost 2 years ago
Hello Padse, You have done a good work! 😁
Some little tips to improve your code:
- not use
<br>
to make space because it's for break line of text... usemargin
property - use
main
tag to wrap the card and improve the Accessibility but not as a container of that one element inside it - also you can use
article
tag instead of a simplediv
to the container card for improve the Accessibility - use
ul
element instead ofp
with multiple<br>
inside for the list Why us - use
min-height: 100vh
to body instead ofheight
, otherwise the content is cut off when the browser height is less than the content
Keep learning how to code with your amazing solutions to challenges.
Hope this help 😉 and Happy coding!
Marked as helpful0@PadseFIAEPosted almost 2 years ago@denielden thank i for ur awesome reply! I am shure this will Help me in future Projects :)
1 - not use
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