Latest solutions
Responsive Recipe Page
Submitted about 1 year agoOverall, I think that I have completed the challenge great, I worked as well on the responsiveness in order for the sizing and movements of the sections to make sense both on mobile, tablet and desktop.
Latest comments
- @JordanKleinbaumSubmitted over 1 year ago@alphauraPosted over 1 year ago
Answer 1: Sections are mostly used when you have a specific sections (sounds cliché, but that's the fact haha). If you have a specific section, for example "about me", that can easily be turned into <section class="aboutme">, and the rest of the code of that section can be in a <div> unless it has its own semantic like <p>, <img>, etc... So for example "containers" are mostly done in a <div> tag like this <div class="container">.
Answer 2 & 3: Both structure and use are done good from what I can see. A nice thing to keep in mind is that when you are writing code, imagine that you are going to send it over to a senior and you want him/her to quickly understand what he is seeing, so adding some comments in both HTML & CSS of what that section of the code is for or doing would be an extra point
1