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.
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.