Design comparison
Community feedback
- @ronersonspPosted almost 2 years ago
Why below 1000px the site is tiny? Please don't do this, for people with smaller screens or using a tablet, you can't see anything.
When using @media, I recommend using (max-width:value) or (min-width:value). I would also recommend organizing your code, rather than leaving everything in one folder and writing all the code in just 1 css file. You can create a CSS folder, and a JS folder, in that CSS folder you can create other folders for organization, and on top of the file, you can create a header.css, footer.css, and things like that... To link them to your main file, you just use @import './header.css';
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