Maybe someone can help…I just can’t seem to get this to work and I’m a little stuck. I’m currently working through “Building a Registration Form” in Responsive Web Design
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 didn’t want to spam forum opening new post for the exactly same question, on the same “Step 41”.
I did find an answer in when RWD was in beta, dated 2021.
I still don’t get a concept. I probably need a break
@mummaquincy It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
So i had trouble with this one as well… But mainly it is b/c i don’t remember coming across this way of doing the specific style in discussion through the course… Does anyone remember a lesson number that they went through this… or was this one of those “look it up MDN” moments lol
You can select the last element of a particular type using
xxx:last-of-type{yyy}
‘xxx’ is its parent’s last child of a given type and ‘yyy’ is the property to be changed
If you have a question about a specific challenge as it relates to your written code for that challenge, and you’ve tried to solve it at least 3 times so far and still need some help, just click the Ask for Help button located on the challenge (it looks like a question mark).
This button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.