Suvansarkar 6b6454670c Added the bold property
Added the bold property to the button 1 so as to match the solution image given.
2023-08-02 18:36:33 +05:30

16 lines
217 B
CSS

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