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. Nice job making strategic use of div tags, classes and IDs, and indentation to organize your HTML and CSS and make it easier to read and maintain.
Avoid unnecessary repetition and complexity in your CSS by applying shared styles with more general selectors.
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. Nice job making strategic use of
div
tags, classes and IDs, and indentation to organize your HTML and CSS and make it easier to read and maintain.Avoid unnecessary repetition and complexity in your CSS by applying shared styles with more general selectors.