daniellenicole87 / TeaCozy

0 stars 0 forks source link

SUMMARY #4

Open blerude opened 6 years ago

blerude commented 6 years ago

Grade: Meets Expectations

Great job on this project! You've included the necessary elements and your code is well-formatted so that it's very easy to read and follow. You are getting a good hang of how to apply classes as well, and your CSS is effective.

Moving forward, focus on simplifying your code. While you are getting the job done, programming is about finding the most efficient way to do so. It's totally fine--encouraged, in fact--to reuse classes. It streamlines your CSS and tells those reading your code that certain elements are styled the same way. Instead of giving all classes unique names, if there's overlap, use it more than once instead of creating multiple copies of the same class. I also encourage you to comment your code so that you can give detail on the purpose of each chunk. Also, feel free to make the CSS component of your work more your own style. I like to use Google Fonts to find interesting fonts to use, and Coolors.co to generate color palettes that will enhance the visual aspect even more. I hope you find those interesting to work with! Again, great job on this project and congratulations!

daniellenicole87 commented 6 years ago

Thank you so much this was super helpful.