Design comparison
Solution retrospective
Feedbacks are welcome.
Community feedback
- @correlucasPosted about 2 years ago
๐พHello @dkay9, Congratulations on completing this challenge!
Great code and great solution! Iโve few suggestions for you that you can consider adding to your code:
1.Its not so good that you used
overflow: hidden
for the whole content, in this case this property is making the content get cropped when the component gets tiny. Instead of usingoverflow
to make the rounded borders useborder-radius
for each card.2.You need to include the title of your PAGE. Do that inserting in the <head> the tag <title> โ
<title>3 Column Section - Front End Mentor</title>
โ๏ธ I hope this helps you and happy coding!
Marked as helpful0@dkay9Posted about 2 years ago@correlucas Oh thank you so much Lucas, I'll go and make amendments right away.
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