Design comparison
SolutionDesign
Community feedback
- @SurajHadagePosted over 2 years ago
I don't know about tailwind, But if you want to match the width and height just use body { min-width:375px; max-width:1440px; min-height: 100vh; } Then guess the width and height. By the way the answer is width="600px", height="450px".
Keep going, Thank you.
0@SOURABH358Posted over 2 years ago@SurajHadage is there a better way to guess height from design screenshots. Any tips
0@SurajHadagePosted over 2 years ago@SOURABH358 Open Paint app, --> View --> unable Rulers. This way you can get actual dimentions and don't use min-width: 375px & max-width: 1440px;
0
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