Dasmoto Project Feedback

Hi everyone.

I’ve just finished the Dasmoto’s Arts & Crafts Project and I’d like to have some feedback!

https://github.com/Virginia-Fay/Dasmoto

Thanks.

NB: How can I find the url showing the page created on Github?

Hello! It seems to be well made, and planned-good job! It also looks. like you’ve followed conventions with your HTML code-indenting it correctly, and using classes where possible. One slight thing-in your CSS code, the declaration of those one-line selectors body {font-family: Helvetica;} are (for me) a little bit harder to read than

body{
  font-family: Helvetica;
}

other than that, you seem to have done a fine job!

1 Like

Thanks for your answer! That’s very encouraging! :smiley:
It was my first time posting on Github! Happy that it worked!

1 Like