#bruce-banner { color: pink; transition: color 10s; } #bruce-banner.the-hulk { color: green; }
From @DaywalkerHN