Responsive Chat-app-illustrator made with CSS flexbox and Grid
Design comparison
Solution retrospective
Hi guys, It has been a while now making a new challenge. yep am here with a new challenge that I tried my hands on. What do you think I could have Implemented in this solution. Please do not forget to like and comment as always. Thank You : )
Community feedback
- @abhik-bPosted almost 3 years ago
π Hello Kamasah , Your solution is wonderful & responsive . Even I am working on this challenge & now I can look to your solution as a reference well π€©
Only opinion I am sharing with you is that for the
.circle
input checkbox you can make it a circle by giving the below styles to make it look even nicer.width: 16px; appearance: none; //this is very important otherwise checkbox won't use any other css styles height: 16px; padding: 4px; border: 2px solid hsl(289, 100%, 72%); border-radius: 9999px;
Then finally give some gap to
.price-1
&.price2
to give some spacing & it will look appropriate. Overall Great job well doneπ₯³π & please keep coding such nice solutions πMarked as helpful1@Kamasah-DicksonPosted almost 3 years ago@abhik-b Thank you so much for your opinion I will surely update it. Lol I had a tough time creating a circle ππ
1 - @RioCantrePosted over 2 years ago
Hello there! Great work with this one. Regarding the solution you submitted, I think you should know the following notesβ¦
- The height and width in the pseudo class element can be adjusted into
height: 600px;
andwidth: 500px;
inbody::after
. Inbody::before
withwidth: 450px;
andheight: 700px;
- The Sass file can be break into smaller components
Other than that...
- Proper use of semantic tags
- The code is readable, though there are lots of
div
- The design is well implemented
- The Sass structure is well organized. Though it can be too long
- Good use of Pseudo elements
- Great job with the responsive design
- Well use of details and elements
Above all, The design looks good. Keep it up!
Marked as helpful0@Kamasah-DicksonPosted over 2 years ago@RioCantre This is so helpful to me not being a pro member is really hard creating same designs.
0@Kamasah-DicksonPosted over 2 years ago@RioCantre This is so helpful to me not being a pro member is really hard creating same designs.
0 - The height and width in the pseudo class element can be adjusted into
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