nothing will work in styling my body tag.
i have done everything, and it still says that it is wrong.
please help
(if that doesn’t work use this:
https://ibb.co/ZcvMpGT
nothing will work in styling my body tag.
i have done everything, and it still says that it is wrong.
please help
(if that doesn’t work use this:
https://ibb.co/ZcvMpGT
Hi @eljayes
Without looking at the full code It is difficult to understand why your code is not working. By default, if there are no elements inside the <body>
element then the body does not have a height so applying background-color will not show on the <body>
element’s background as it does not have a height.
Try giving the <body>
element a height or putting some elements inside it. I hope that my answer helps.
Thank you.