Get Mystery Box with random crypto!

#colors we can change the color of a text and a background thr | Programming Diaries

#colors
we can change the color of a text and a background through the color and background-color property respectively.
to write a property the property name must be followed by a colon the style we want and semi colon at last.
Example:
.header-one {
color: white;
background-color: black;
}