I'm proud of the fact that I was able to style my CSS in a structured manner
What challenges did you encounter, and how did you overcome them?I was kind of confused about how I'm supposed to set the width of the containers. So I decided to put absolute values for some, and relative values for others depending on the container level.
What specific areas of your project would you like help with?I would like to know how you are supposed to set the width of the containers. Should you put an absolute value like width:350px or should you put a value like width: fit-content?