I created chat interface animate on the initial load. And I added chatbot to chat interface.
arnaud.outtier
@arnaudouttierAll comments
- @phamichanhSubmitted over 4 years ago@arnaudouttierPosted over 2 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 helpful1 - @arnaudouttierSubmitted over 3 years ago
Hello,
I would like to know if it is a good practice to have several css files depending on the screen size. In my case, a style.css file for mobile version and a 1134-style.css file for screens> 1134px. Actually have some css-media-query files.
Thank you
- @ph4ntom5Submitted over 3 years ago
Another FEM project for me had some fun with it but also got challenged on the way, f.ex. implementing the sliders and their interactivity.
@arnaudouttierPosted over 3 years agoHello, great work, very clean code. I M working on it and i would like to Know how Many Time you spend on it ? Thks
0