Display settings

Hiiđź‘‹

I was working on a project (HTML & CSS ) just for practice ( card contact form). How can i set the fieldset set element to position below P elements (please see project for clarity). I tried “display:block:” but it didn’t work it appears as if i set it to display: inline-block🥺. Please help!
Here is a link below

That’s because you set .content to display: flex;

There a few issues here:

  1. You have label and input tags inside a p tag.
  2. Your code is hard to read for lack of proper indentation.
  3. …

I have issues you mentioned corrected
It working well now. Thank you!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.