0
Code repo 24.2
Form still appears in white What can I change so the form to grey
2 Antworten
+ 2
Change the container background-color of the form to grey
You can do that in css
.ClassformDiv{
background-color: grey;
}
+ 1
provide more details pls