Submitted over 3 years ago
Chat app illustration using SCSS (Grid and Flexbox) with BEM
@MishaHernandez
Design comparison
SolutionDesign
Solution retrospective
Hi! π
This challenge has allowed me to review some UX details especially when deciding which elements I should animate. I leaned on some effects from the Animate.css library but didn't risk overloading the page for a few animations, so I decided to write only what was necessary. I hope it turned out well.
Any feedback is welcome π
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Hi, Mijail Hernandez! π
I wanted to say, nice work on this challenge! π Your CSS illustration looks great and those messaging animations are a nice addition to your solution! π
I suggest,
- Only adding
overflow-x: hidden
(notoverflow: hidden
) to thebody
so that users can still scroll and reach all of the content of the page in case their viewport isn't high enough. - Adding a heading to identify each
<section>
tag that you use to improve the semantics of your HTML and clear up those errors on your solution report. You could just use a<div>
for the phone illustration and the attribution instead. π
Keep coding (and happy coding, too)! π
0 - Only adding
Please log in to post a comment
Log in with GitHubJoin 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