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.

#140494
Paulie_D
Member

You need to do this…

.flat {
height: 60px;
width: 150px;
}

.red {
background: #bf3f3f;
}

.blue {
background: #3f8abf;
}