how do i change the complete background color
how do i change the complete background color cause i changed the background color but i cant change the complete background color like ther is still a white bars
minniexx
yea it works
GulliverLloydJo
tuy57
Hello, to change the entire background color of the page, you will have to change the body's background.
Here, we have changed the background to red.
Or you could do
html {
background: red
}
@jibbeiscool
yes, but its best not to change the HTML tag. (It's redundant) @kbadrinath_tcsp
true @Coder100
Im sorry if i wasnt clear enough i was talking about the contactfile.html file @Coder100
Hello, for contactfile.html remember to add a
<body>
tag enclosing all of the tags. So it would becomeAlso, the white bars are because of margin. In your css for the form, add:
This just removes the margin (white bars).
@jibbeiscool
Thx ill check Tomorrow if iT works cause im on my phone right now so ya but thx @Coder100
ok! @jibbeiscool