Design comparison
SolutionDesign
Solution retrospective
I am relatively new to programming. When it generates a long text, paragraph doesn't fit in the container box. Can someone suggest any solutions for this please? Thank you!
Community feedback
- @denieldenPosted almost 2 years ago
Hello M A, You have done a good work! 😁
Some little tips to improve your code:
- add
margin: 0
to the body to remove the scrollbar of browser - add
main
tag and wrap the card for improve the Accessibility - also you can use
article or blockquote
tag instead of a simplediv
to the container card for improve the Accessibility - you can use
picture
tag to change image by resolution istead ofdeco
class -> read here - instead of using
px
use relative units of measurement likerem
-> read here
Keep learning how to code with your amazing solutions to challenges.
Hope this help 😉 and Happy coding!
Marked as helpful0@MikkobellyPosted almost 2 years ago@denielden Thank you so much for your advice! I'll keep working on it!
1 - add
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