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

Solution retrospective
I created chat interface animate on the initial load. And I added chatbot to chat interface.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @arnaudouttier
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