Submitted about 3 years ago
Pure HTML and CSS. It is a "Real junior work"
@ezequielmagi
Design comparison
SolutionDesign
Solution retrospective
I hope you like it!! And I open for more recomendations!!
Community feedback
- @fidellimPosted about 3 years ago
Hi @ezequielmagi ,
Great job finishing the project! It looks great on desktop and mobile devices. Some suggestions I would like to share are of the following:
- You should also include screen sizes less than 375px. This is is because if there are devices that have screen size less than 375px it would look like you haven't implemented any CSS.
@media (max-width: 767px)
This is would be a better solution or try searching mobile-first implementation CSS.
- You can add hover and active state effects on the buttons to add more interactions.
I hope these helps :)
Marked as helpful1@ezequielmagiPosted about 3 years ago@fidellim hey! thanks for the greats! Really allready exists mobile with less than 375px ?? jaja You are right! I forgot about de buttons!
0@fidellimPosted about 3 years ago@ezequielmagi now it is better for screen widths less than 375px. The CSS is working :)
Marked as helpful0
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