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

Chat app | HTML/CSS/JS/Bootstrap/ChatBot

@phamichanh

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


I created chat interface animate on the initial load. And I added chatbot to chat interface.

Community feedback

@arnaudouttier

Posted

Hello,

Nice work, very well integrated. I like messages effect on the phone.

For background border-radius, I discovered in a video that using vw units instead of % helps a lot.

Like this :

 border-bottom-left-radius: 90%;
 border-bottom-right-radius: 65%;

 border-bottom-left-radius: 90vw;
 border-bottom-right-radius: 65vw;

If it can help.

bye

Marked as helpful

1

@phamichanh

Posted

Hello @arnaudouttier

I'm glad I received your comment. Thank you for your advice. I tried your solution and it was very helpful.

Best regards

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