Need Help Product Landing Page

Hi I am doing product landing page. I’m stressing now since flexbox doesn’t work, my container inside items don’t get into middle of the page!

.f-container {
  display:flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 60px;
}

Here’s my codepen

This is my first time writing, so I’m sorry for not writting it correctly.

The #feature section is centered but you have given the .desc div 80vw so it doesn’t really look centered.

1 Like

Thanks for showing me!!