Open darcboykin1 opened 5 years ago
Thanks so much Darc for the detailed review! I have updated the index to reflect your comments on my formatting, so hopefully this is better in your eyes. The revised CSS and index are now in github.com/FoxyFletcher/tea-cozy
Many thanks again, and have a great day!
Kel
Criteria 1: HTML Structure
In this, you have your html tag surrounded by your comments when it should be under them, just before your head tag. Secondly, you have your .main div class as a child of body, but it is indented in such a way that it seems as if it is a child of !DOCTYPE html. Here's an example of how I would approach fixing this:
Criteria 2: Visual Layout
Criteria 3: Use of Flexbox
Criteria 4: Implementation of Design Specification and Content
Overall Score: 14/16
Overall this is a well done project. Congrats on doing some really good work! If you just address what I mentioned about the HTML formatting and the transparent text, then you'll be on track to receive a perfect grade!