Hello everyone,
I just finished the Dasmoto’s Arts and Crafts Project.
Here is my solution on Github.
My solution gets rendered exactly as it should. I am personally happy with my solution but due to a lack of experience I am grateful for critique! Please let me know if there is a better or more efficient way to do this!
I know that the ID selectors in my index.css file are repetitive but I just copy and paste the ruleset and don’t find that this took me too much time.
Furthermore, please let me know if my use of the span
element for the price tag in each section is correct.
My last specific question is: In the HTML lessons we learned that one should always prefer a more semantic element over a less semantic one (e.g. section
element and div
element). Still in the solution provided by codecademy the div
element was used. Is there a reason for it?
Thank you all in advance and happy coding!