Design comparison
Solution retrospective
Good morning all,
Today realization of a coming soon page. All your constructive comments are welcome.
Good coding !
Community feedback
- @DavidMorgadePosted about 2 years ago
Hello Demy, great job with the challenge
The solution looks fantastic but is only working for desktop :(!, you should try to adapt it for tablet / mobile devices using
@media
media queries, if you want to adapt it from your desktop point of view, I would recommend you using@media(max-width)
and playing with diferent sizes until it fits for every type of screen!But my real recommendation is to start building your future projects from a mobile size, and then start adapting it to tablet / desktop using
@media(min-width)
, you will see that is not that hard, and you will get used to it in no time!Hope my feedback helps you, if you have any questions don't hesitate to ask!
Marked as helpful2@DemyttenaerePosted about 2 years ago@DavidMorgade
Hello David, thank you for your feedback!
I really like the idea of going from mobile to tablet / computer and it seems easier than the other way around!
Thanks for your help!
1
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