Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP Background Colour Switching Re: PHP Background Colour Switching

#69624
ssor
Member

Ahhh, that would be it. Thanks Argeaux.

EDIT:

Not quite there, I can get the background switching two colours and default to white… This is my CSS:

Code:
body {
background: #f1eedd;
color: #000;
text-align: center;
}

.bg-color- {
background: #f8dcef;
background: #b2e5de;
}