0
Plss help. Why is it that i want to add a background color but it did not show on the out put
4 Respostas
+ 2
Oh use background-color instead of background
+ 1
Can you put the code?
0
it still did not work
0
Replace everything in your style tags with this
h1{
color:blue;
margin-left:100px;
}
body {
background-color: blue;
}