Submitted over 4 years ago
First website using HTML and CSS using atom application
@Sonali-Behera
Design comparison
SolutionDesign
Solution retrospective
Here is my website. Feeling happy for being able to perform this task for the first time. But this view is only for laptop and that to be only in 100% zoom. But I want it to operate it in any zoom condition. But if I am changing the view or zoom , then all the css is going in vain. Please suggest !!!
Community feedback
- @rfilenkoPosted over 4 years ago
Hey, a few tips for you:
- use viewport meta tag;
- set box-sizing: border-box;
- generally for layouts its better to use proper techniques like flexbox or css grid to position elements on a page - so learn those;
- would suggest you to start coding from mobile, check that approach as well😉
Cheers Roman
0@Sonali-BeheraPosted over 4 years ago@rfilenko Thank you sir!!! I will definitely try these techniques.
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