I am on Step 41 of the HTML forms course and I cannot seem to find a solution it will accept. I am confused how the “:not” CSS pseudo class works. I tried 10 different times myself and resorted to copying and pasting a solution someone else said worked for them. None of it worked.
Question:
Step 41
To give the fieldset elements a bit of separation, select all but the last fieldset element, and give them a border-bottom of 3px solid #3b3b4f.
Thank you! I was able to move on. If you have the time I have several follow up questions. If not have a wonderful day.
The :not page didn’t include the extra colon on any of the examples so I didn’t know to put it in there. It must be that all pseudo classes require the colon to function?
I also noticed several of the examples had the space between the element and the pseudo class, but some of them didn’t. Is there a rule for this?