The foreground (text and border) colour can be set by using the color property.
p {
color: red;
}
The background colour can be set by using the background-color property.
p {
background-color: red;
}
The foreground (text and border) colour can be set by using the color property.
p {
color: red;
}
The background colour can be set by using the background-color property.
p {
background-color: red;
}