Design comparison
SolutionDesign
Community feedback
- @firoozehImanyPosted over 1 year ago
👋 Hi, Ahmed
🎉Congratulations, your solution looks great. 🎉
I want to tell you the things that come to my mind to improve the solution. If you apply this change to it, your solution will be better
CSS:
.header-container { padding: 32px; width: 350px; } .header-container .circle { height: 200px; width: 200px; justify-content: center; } .header-container .circle h3 { font-size: 70px; } .header-container>p { max-width: 230px; } .container { padding: 32px; width: 350px; } .container .content .con-icon { display: flex; align-items: center; } .container .content>p { color: hsla(224, 30%, 27%, 50%); }
I hope I could help you.😊
Marked as helpful0@Ah-EssamPosted over 1 year agothank you very much you could help me and i edited the code and added your edits but i write the widths in the media query of large size devices i think that will be better and thank you again ♥
0@firoozehImanyPosted over 1 year ago@Ah-Essam I'm glad I could help you, good luck
Marked as helpful0
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