New account registration is temporarily disabled.

GAM PAG

Posts

Pages: 1
How is it possible to make backgrounds in gam pags semi transparent or even completely transparent?
game pages* or is leaving out 'e's suddenly in fashion?

I don't have a game page but it uses CSS, maybe try the following code from w3schools:

Set the background-color of different elements:

body
{
background-color:yellow;
}
h1
{
background-color:#00ff00;
}
p
{
background-color:rgb(255,0,255);
}
Pages: 1