Zekumoru Dragonhart 4634b5f763 Change solutions for third and fourth elements
Third and fourth elements share the same declaration for font-size.
2022-06-29 04:42:44 +02:00

19 lines
262 B
CSS

.odd {
background-color: rgb(255, 167, 167);
font-family: Verdana, "DejaVu Sans", sans-serif;
}
.adjust-font-size {
font-size: 24px;
}
#two {
color: #0000ff;
font-size: 36px;
}
#four {
background-color: hsl(120, 100%, 75%);
font-weight: bold;
}