Design comparison
Solution retrospective
I coundn't separate the footer from the body.
Community feedback
- @NitaLewskaPosted over 3 years ago
Hi!) You can't separate "footer" from "body" as "body" is the main container for everything else, but you could insert everything (except footer) into a "main" or just in a "div". Hope this will be helpful!)
Also, as it was mentioned before, read about semantic tags - "header", "main", "footer" are some of them and they are really helpful
1 - @MuhammadLaeeqPosted over 3 years ago
Hi Rubens Cruz! congrats on your first challenge its look nice.
Rubens Cruz! you can remove footer by removing the <footer> tag at the end of the index .html file.
I hope you will understand!
0 - @tedikoPosted over 3 years ago
Hello, Rubens Cruz! 👋 Congrats on finishing your first challenge! Your solution looks very good and also responds well. Here's my few tips:
- Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
- Read about media-queries to make responsive design so it looks and works properly on a range of different devices. Now your solution only look good on 375px and desktop, nothing between.
- Use Responsive Design Mode to see how your website behaves on different devices. To toggle it press
CTRL+SHIFT+M
on Firefox, andCTRL+SHIFT+C
on Chrome.
With that informations try to make your solution more responsive on mobile screen sizes. Good luck with that, have fun coding! 💪
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