Forums

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

Home Forums CSS Change colour but keeps same styles. Re: Change colour but keeps same styles.

#140524
Paulie_D
Member

You mean like…

.flat.red {
background:red;
}

.flat.red.blue {
background:blue;
}

Well you could but why would you?

Your element would **have** to look like this

div class=”flat red blue”>