Violeta
@v-t-9All comments
- @RabbimkulovSubmitted 3 days ago@v-t-9Posted 3 days ago
Hello! Great job on completing the challenge! Your solution is very close to the design. May I offer a suggestion? Use an <h2></h2> or an <h3></h3> heading for the “HTML & CSS foundations” Hope you find this helpful.
0 - @Mayen007Submitted 7 days agoWhat specific areas of your project would you like help with?
I struggled with aligning the nutrition values exactly as per design.
Any other feedback is welcomed!
@v-t-9Posted 7 days agoHi!
Congratulations on completing the challenge! For the nutrition section, HTML has a table element that can help you align the content. You can learn more about it here: https://www.w3schools.com/html/html_tables.asp
Hope you find this helpful.
Marked as helpful1 - @Codeur-OmniscientSubmitted 21 days ago@v-t-9Posted 20 days ago
Hello!
Congrats on completing the challenge! I noticed something you might find interesting. Consider using semantic HTML tags like <section></section> instead of <div> to wrap the QR card. Some of the benefits of this are: improved search engine rankings and better maintainability.
Hope you find this helpful!
1 - @RatulSaha079Submitted 20 days ago@v-t-9Posted 20 days ago
Hello!
Congrats on completing the challenge! Your effort really shines through. I have a suggestion that might interest you. If you want to have the bullet points in the list colored like the design, you can use the pseudo-element ::marker.
Hope you find this helpful.
0