Design comparison
Solution retrospective
Hi! This is my project on Frontend Mentor, which is based on the product preview card component.
Any feedback is most welcome.
Community feedback
- @EileenpkPosted almost 2 years ago
Hi Brendan! your project looks great, I found the code clean and easy to read. I thought this might be a helpful tip. In the HTML of your project, the main tag should be on the outside of the section tag. Also to make the HTML more semantic you can change the p tag with the id of footer-challenge to a footer element.
<main> <section> other elements </section> </main> <footer> </footer>
Great job on this challenge!!
If you found this helpful please mark it as such :) Let's connect on LinkedIn! www.linkedin.com/in/eileen-dangelo
Marked as helpful1@Brendan-A-WilsonPosted almost 2 years agoHi @Eileenpk, thanks for pointing that out. Yeah sure!
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