Step 46, I followed instruction but it won’t let me move forward.
Step 46
To give the fieldset
elements a bit of separation, select them and give them a border-bottom
of 3px solid #3b3b4f
.
fieldset{
border-bottom-width: 3px solid #3b3b4f;
border: none;
padding: 2rem 0;
}
You should give the fieldset
elements a border-bottom
of 3px solid #3b3b4f
.