Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive Chat-app-illustrator made with CSS flexbox and Grid

#sass/scss
Kamasah-Dicksonβ€’ 5,610

@Kamasah-Dickson

Desktop design screenshot for the Chat app CSS illustration coding challenge

This is a solution for...

  • HTML
  • CSS
3intermediate
View challenge

Design comparison


SolutionDesign

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β€’ 4,840

@abhik-b

Posted

πŸ‘‹ 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 helpful

1

Kamasah-Dicksonβ€’ 5,610

@Kamasah-Dickson

Posted

@abhik-b Thank you so much for your opinion I will surely update it. Lol I had a tough time creating a circle πŸ˜‚πŸ˜‚

1
Rio Cantreβ€’ 9,710

@RioCantre

Posted

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; and width: 500px; in body::after. In body::before with width: 450px; and height: 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 helpful

0

Kamasah-Dicksonβ€’ 5,610

@Kamasah-Dickson

Posted

@RioCantre This is so helpful to me not being a pro member is really hard creating same designs.

0
Kamasah-Dicksonβ€’ 5,610

@Kamasah-Dickson

Posted

@RioCantre This is so helpful to me not being a pro member is really hard creating same designs.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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