Responsive Coming soon page using Flex CSS, HTML and JavaScript.

Solution retrospective
Please feel free to give some advice or improvements that I could make to improve my code. Thanks in advance.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fidellim
Hi Daniel,
Great work finishing the project. Just some suggestions I would like to share:
- on mobile view, you can set the image to width 100% so it would look like how the design would look. You can add this code:
.model { width: 100%; object-fit: cover; object-position: center; }
Object fit cover and object position center will let the image not stretch and stay in the middle.
I hope it helps :)
Marked as helpful
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