Submitted about 3 years ago
Coming Soon Page Using HTML, CSS & Javascript
@alexiscenriquez
Design comparison
SolutionDesign
Solution retrospective
Feedback appreciated. I'd especially like to know how to make the pictures stay the same while resizing.
Community feedback
- @hardy333Posted about 3 years ago
Hey, suggest to correct the alignment of heading and paragraph - they are too far away from left and top of the screen,
- Also try to increase size of logo it is too small.
- You can also try to use breakpoints little early and your picture will not become that small, which looks little ugly.
- In terms of picture staying the same size while resizing it is not quite possible unfortunately, you have 2 options:
- you have to place only small portion of the image on container and it will not be stretch weirdly or -
- you can force picture to take full 100% width and 100% height, not more and not less but it will starts deformation which is even wore then 1) -option. In your case you choose to use 1) option which is optimal version and that is good chose , but try to use breakpoints little early and it will not be that ugly ...
Good luck.
Marked as helpful5 - Account deleted
Hi,
I think your solution looks ok, and I don't know if by 'staying the same' you want it not to be responsive and adapt to the screen changes or what, but to me it looks fine.
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