Hello, everyone. Last month I’ve started visiting freeCodeCamp again after years of inactivity. It would be nice to have a feedback on the first three projects.
Tribute Page
Survey Form
Product Landing Page
In Tribute project, may i know how to get the bulletins in the center of the page. I tried doing so but was unsuccessful. (BTW I really loved all your projects).
I wrapped all of the content into div with id=“main”, set it’s display
property to flex
, flex-direction
to column
, and aligned its items to the center, using align-items
. Hope, this helps.
Ohhh okay. Thank you! Yes it did!
1 Like