Submitted over 1 year ago
Responsive GitHub User Search App via Pure CSS & JS
@ecemgo
Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
Nice solution and sweet typewriting effect for the placeholder.
It looks like you are using duplicated elements for the image / date to display/hide them with changing breakpoints. That part is tricky with the flexbox. Alternatively you can use a single css grid using grid-template-areas and then simply assign elements differently when breakpoints changes, then you wouldn't not need two different elements. Here is a screenshot example how it would look like: https://imgur.com/1TdAwnN
Hope that's helpful. Keep up the good work.
Marked as helpful1
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