Can I USE FLEXBOX ALONGSIDE CSS FORM?

I was wondering if I could use flexbox to position CSS form or would you recommend using a table?

I’m prepared for my second project.

Thanks for your response.

Yes, you can use flexbox to position the form elements in CSS.

1 Like

Alright thanks so much