body {
display: block;
margin: 0px;
}
brings up an error of expected COLON at line 49, column 6.
I checked the code on https://jigsaw.w3.org/css-validator/validator and it says no error found.
What am I doing wrong?
body {
display: block;
margin: 0px;
}
brings up an error of expected COLON at line 49, column 6.
I checked the code on https://jigsaw.w3.org/css-validator/validator and it says no error found.
What am I doing wrong?
doh! I found it, it was a missing } above!
Hi @lisacole1,
We’re glad that you’re able to figure it out! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.