Design comparison
Solution retrospective
Should coding have a specific formula that every programmer must use to solve a specific task?
What are some of the very common, simple and best practices of using Grid layout?
Can a CSS layout work using the body tag instead of the main-container or design? How can the two relate in terms of CSS layout
Community feedback
- @KhawarmehfoozPosted over 1 year ago
Congratulations on completing the challenge! Here are the answers to your questions:
- No, coding is a creative process that doesn't require a rigid formula. While there are best practices and conventions, programmers use their creativity to find unique solutions. It's an exciting and dynamic field where flexibility is key.
3). Yes, it can, but it's best to use a dedicated container element like a div. The body tag represents the entire document's content, while a container element isolates and manipulates layout-related properties more effectively. It improves organization, readability, and maintenance.
Marked as helpful0@kwaknerPosted over 1 year agoThank you for your answers and I appreciate @Khawarmehfooz
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