Namit Arjaria d299f387ee
fix: Update grouping selectors solution to match desired outcome image (#566)
Signed-off-by: Namit Arjaria <namitarjaria25@gmail.com>
2024-07-08 18:42:08 +01:00

15 lines
196 B
CSS

.inverted,
.fancy {
font-family: Helvetica, "Times New Roman", sans-serif;
font-size: 28px;
}
.inverted {
background-color: black;
color: white;
}
.fancy {
background-color: yellow;
}