MarietjeVL / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Summary #7

Open ghost opened 6 years ago

ghost commented 6 years ago

Satisfactory 👍

You've successfully reproduced the website according to the design mock. You've demonstrated a solid understanding of using HTML to markup your page's content and structure and of using CSS to apply fundamental styles. You've also made very efficient use of these concepts and written some very clean code. Well done!

Try to make a little more strategic use of div tags to divide and organize your content and of class names and IDs so that your code is as self-documenting as possible. Use indentation to further communicate relationships between elements on the page. These conventions will make it a lot easier for other programmers or even your future self to know exactly the purpose of your code.

MarietjeVL commented 6 years ago

Thank you for the feedback! I will definitely keep that in mind for my future projects.