Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 4 years ago

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

Pham Ich Anh•290
@phamichanh
A solution to the Chat app CSS illustration challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


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

Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

  • arnaud.outtier•450
    @arnaudouttier
    Posted almost 3 years ago

    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

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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub