@SLAU925Submitted over 2 years ago
Any comments?
Any comments?
Hello ShaoWei,
Great job on your first challenge!
My advice would be the same as what Wardin said, try to structure your CSS according to the hierarchy in your HTML, e.g style body
first, then container
and so on.
I got lost in the logic most times and had to debug a lot. What is the best practice when there are a lot of complicated logic going on? like do you create separate scripts... which was what I settled for, or do you use maybe classes or something?