Q: To give the fieldset
elements a bit of separation, select them and give them a border-bottom
of 3px solid #3b3b4f
.
This is the code I have , but it will not go through help.
fieldset {
border: none;
padding: 2rem 0;
}
fieldset:not(:last-of-type) {
border-bottom:3px solid #3b3b4f;
}