Design comparison
Community feedback
- @StroudyPosted about 2 months ago
Amazing job with this absolutely smashed it, Struggle to give any feedback! You’re making fantastic progress. Here are some small tweaks that might take your solution to the next level…
-
Missing a
<!DOCTYPE html>
at the top of the page,<!DOCTYPE html>
is important because it tells the browser to use the latest HTML standard, ensuring your web page is displayed correctly. Without it, browsers may render your page in "quirks mode," leading to unexpected behavior and display issues. -
Using a full modern CSS reset is beneficial because it removes default browser styling, creating a consistent starting point for your design across all browsers. It helps avoid unexpected layout issues and makes your styles more predictable, ensuring a uniform appearance on different devices and platforms, check out this site for a Full modern reset
-
Using a naming convention like BEM (Block, Element, Modifier) is beneficial because it makes your CSS more organized, readable, and easier to maintain. BEM helps you clearly understand the purpose of each class, avoid naming conflicts, and create reusable components, leading to a more scalable codebase. For more details BEM,
I hope you found this advice helpful! Keep up the great work, You’re doing amazing, and I can’t wait to see what you create next. Happy coding! 🚀
2 -
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