Design comparison
SolutionDesign
Community feedback
- @atif-devPosted over 1 year ago
Hi, congrats on completing the challenge. You did well in responsiveness🌸😍. Better take care about following points.
- In
.white
selector remove previous border-radius and add new asborder-radius: 0.5rem 0.5rem 0rem 0.5rem;
- In
@media (min-width: 320px) and (max-width: 767px) .bloodyTriangle
addborder-radius: 13px;
for better view at mobile. - When we open GitHub repository link, at right side you will find an About Section. There, also include live preview link of your project. It is better for someone to check your live project while interacting with code.
Hope you will find this Feedback Helpful.
Marked as helpful0@ShalomiAhavahPosted over 1 year agoHey, @atif-dev
Thank you SO much for your feedback. I will go and implement that right away.
Appreciate your time!
0 - In
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