Give both your #controls
and #stats
elements a border
of 1px solid #0a0a23
, a #0a0a23
text color, and 5px
of padding.
My CSS:
#controls {
border: 1px solid #0a0a23;
color: #0a0a23;
padding: 5px;
}
#stats {
border: 1px solid #0a0a23;
color: #0a0a23;
padding: 5px;
}
Yet something is wrong.
Hello!
Nice to see you back in the community.
I think this step wants us to make it one selector with both elements.
Example:
element1, element2{
property: value;
property: value;
property: value:
}
Wishing you good progress on your coding journey.
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.