jrvorhees / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY #5

Open blerude opened 6 years ago

blerude commented 6 years ago

Grade: Meets Expectations

Great job on this project! Your code is easy to read due to how you've formatted it, and you've successfully incorporated all of the necessary elements. You're creating and applying classes efficiently, and your CSS is rock solid.

Pay attention to other ways that you can clean up and simplify your code. For example, div wrappers are helpful organizational tools. Also, you'll notice that you typed 'font-weight: bold' three times in your CSS. When that happens, it's a hint that maybe you could simplify things. Why not put it in the html selector along with font-family? That way, you only have to type the line once. Watching out for these kinds of subtle inefficiencies will make your code more professional, and that will become easier as you code more. Also, realize that you have the freedom to style your projects however you'd like. Google Fonts is a great tool for finding interesting fonts to use, and Coolors.co generates color palettes that enhance the design aspect of your work. Those are just some suggested resources that might interest you. Again, great job here!

jrvorhees commented 6 years ago

Thank you!