Hi everyone.
Im stuck in this step
I really dont know why it doest’t allow me to pass.
Please post your actual code instead of a picture. Also, please post a link to the challenge. Thanks
Ok, sorry for that.
What i code is:
fieldset:last-of-type{
border-bottom:none;
}
Hope you’ ll help me with this
I really search for a possible answer but i didn’t find anything.
How does my code not being accepted ??
the task is: Create a new selector that targets the last fieldset
element and set its border-bottom
to none
.
and my code is:
fieldset:last-of-type{
border-bottom: none;
}
never mind, i just find the correct way so my code pass
Thanks tho
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.