I Build it with my experience from previous challenge
What challenges did you encounter, and how did you overcome them?mobile responsive design pixels
What specific areas of your project would you like help with?mobile design
I Build it with my experience from previous challenge
What challenges did you encounter, and how did you overcome them?mobile responsive design pixels
What specific areas of your project would you like help with?mobile design
Nice work π To show nutrition values you should use HTML table instead of nested divs.
Preview site not working.
Use <a> tag instead of <button> for links and style them like buttons.
I am proud of the css styling as I believe it matched up fairly well to the example. However, I spent too much time trying to format the text in html, this should be adjusted later on in css,
What challenges did you encounter, and how did you overcome them?The tag was overwriting my font weight. I had to replace the tag with , which then allowed me to customise the font weight as needed.
What specific areas of your project would you like help with?Is the html code semantically correct? Did I create unnecessary when splitting the text up?
Great job. But it looks like the attribution div is inside the main card container.
<div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Your Name Here</a>. </div>Put this div outside of the card container. π