Good job reproducing the web page. It looks like you've got a solid understanding of some fundamental CSS properties. You've also demonstrated a sound intuition about good HTML practices, including using relative paths, container elements to group sections of your code, and adding alt attributes to your images.
Take care to refactor your CSS file. It's worth writing code that not only accomplishes the task but that is simple to adapt to later situations.
You've strayed a little from the design specification. It's understandable to want to take creative license with your projects but remember that these assignments are meant to simulate real world freelancing situations where you have a specific requirement to fulfill and need to be accountable to both your client and the designer that you'll probably work with.
Okay, thank you for the feedback stevetoro...
I'm glad you are satisfied with my project, next time I'll try stay with the design specification. ;)
Thank you again for your feedback. :)
Satisfactory 👍
Good job reproducing the web page. It looks like you've got a solid understanding of some fundamental CSS properties. You've also demonstrated a sound intuition about good HTML practices, including using relative paths, container elements to group sections of your code, and adding alt attributes to your images.
Take care to refactor your CSS file. It's worth writing code that not only accomplishes the task but that is simple to adapt to later situations.
You've strayed a little from the design specification. It's understandable to want to take creative license with your projects but remember that these assignments are meant to simulate real world freelancing situations where you have a specific requirement to fulfill and need to be accountable to both your client and the designer that you'll probably work with.