+ 1
How can I place a green screen like image at the background?
Is it green screen?
2 odpowiedzi
+ 1
CLEO ANGELO DIMAILIG please make your question more clear and add relevant language tag.
+ 1
Do you want to keep green color as an background then :-
In css
body {
background-color:green;
}
If image then :-
In css
body {
background:url("You image link");
}