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
Hello, for contactfile.html remember to add a <body> tag enclosing all of the tags. So it would become
<body>
<body> <melding> (rest of the form code) </melding> </body>
Also, the white bars are because of margin. In your css for the form, add:
body { margin: 0; }
This just removes the margin (white bars).
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
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