0
What do you do when the backround color isn't showing up in "p { color:white; backround-color:grey;
4 Respuestas
+ 1
where are you put that
if you put it external
it will be like that :
p{
color:white;
background-color:grey;}
if it is inline
it will be like:
i will use the div for examble 😃
<div style="color:white;background-color:grey">blab blab la </div>
0
Try just background not background-color, or make sure that the div or body the p is located in doesn't have set background
0
make sure that u have closed all the opening tahs
0
Try background not backround. And close }