Responsive chat app illustration using CSS flexbox

Solution retrospective
It was a project of intermediate difficulty and there were several challenges I faced such as:
-
Building the oval graphics at the starting and ending of the page and making it responsive.
-
Creating the phone outline. First, I went with a border but that didn't work out. So, the next approach was with an outline. However, using the color white, it was indistinguishable from the page background. Finally, using a box-shadow did the job.
-
The responsiveness of the main hero area that includes the chat and the description text took some time to achieve.
Feedback requested:
- Adherence to semantic HTML
- Adherence to BEM
- Any other general advice that would make the code better.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Abhishek Buragohain’s solution.
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