Open ghost opened 7 years ago
Satisfactory 👍
Great job reproducing the web page according to the design mock. You've written some very clear and efficient HTML & CSS as well, good job!
Try going back and using div to organize your code. Use the same class names on equivalent sections so that your CSS selectors are more descriptive.
div
Thanks for the feedback @stevetoro! Will incorporate suggestions into future coding 👍
Satisfactory 👍
Great job reproducing the web page according to the design mock. You've written some very clear and efficient HTML & CSS as well, good job!
Try going back and using
div
to organize your code. Use the same class names on equivalent sections so that your CSS selectors are more descriptive.