@MelCode1013Submitted over 2 years ago
Hi everyone,
I'm very new to coding and I would just like some feedback on my first HTML/CSS project.
I feel like it was very difficult just for me to center all the items within the white box. I finally realized my container was only a certain width so when I centered my items, they were not centered on the page, but centering within the space the container provided.
I'm still a bit confused about whether or not a section or a div can automatically take up the entire space of the page or do I have to assign height and width properties in order for flex box to behave properly?