Huddle-landing-page-with-a-single-introductory-section
Design comparison
Community feedback
- @MariaValentinovaPosted 11 months ago
I think it is a great job! Your SASS code looks solid, but there's always room for improvements and optimizations. Here are some suggestions to enhance your code: 1.Font Imports Organization: You can group font imports for better readability: @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"), url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); 2.It's a good practice to move scripts to the bottom of the HTML body to enhance page load times. Nevertheless, it is much better crafted than the code I would write myself, and I'd love to use it as a reference to improve my skills.
Marked as helpful1@amirhossein-peyvandPosted 11 months agoThanks a lot for your feedback 🌹@MariaValentinova
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