Design comparison
Solution retrospective
Hello devs, I won't mind feedbacks. Thanks.
Community feedback
- @JeremyTjahjanaPosted over 2 years ago
First off all are you using emmet and the '!' + tab shortcut for html boilerplate? because your html doesn't have the lang='en' attribute that usually comes with the shortcut. Second, i suggest to try to center the whole thing horizontally and have a set height on your body, i personally always use 100vh on the body, i don't know if this is a bad thing but it always makes the job easier. The final thing is maybe to try to make it more responsive to other screen sizes, yes it does the job at the Iphone SE size, but when i do challenges, i make sure to make my project as responsive as i can.
correct me if i'm wrong :3
Marked as helpful0@theCephasPosted over 2 years ago@JeremyTjahjana oh, I deleted the lang attribute, I'll fix it back. Thanks for the tip man
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