I'm attempting to combine the following code snippets (possibly misunderstood the term) - is there a way to have them both perform the same function without creating another class with identical attributes?
.games span {
display: inline-block;
float: right;
}
.console span {
display:inline-block;
float: right;
}