Chat App CSS Illustration using Sass and Flexbox

Solution retrospective
I had an issue with the ::before
pseudo-element because each time I had to fix the cut-out design at the top of the phone frame, the menu button and the chevron-left button disappears.
Help will be appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @WithShahan
keep going
- @bimalmagar10
Hey, your build isn't responsive at all. Try making it responsive first and for that use relative units like
rem
as it calculates sizes relative to root element that ishtml
.Secondly,position your::before
element relative to your phone container in such a way that it is centered at the top within the container. I haven't looked at your code but this might help you.
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