First Project using Flexbox + Resposive layout

Solution retrospective
I would like feedback in the CSS code, and in the HTML sintax, please!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mattstuddert
Hey Diego, nice work on this challenge. Here are some pointers after taking a look at your solution:
- In the first block, you're using a
ul
, whereas I'd just say that those are two paragraphs. You're also usingdt
to close theli
elements, which will cause issues in certain browsers. - You're then using a
dl
in the second block, where again I'd say these would be simple paragraphs or spans. Here's the MDN article on description lists to learn more about where you might use thedl
element.
I hope this helps. Keep up the great work!
- In the first block, you're using a
Join 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