What ways does CSS3 allow you to specify background colors and font colors? code example
Example 1: css set background color
body {
background-color: red;
}
Example 2: text background color css
body {
background-color:rgb(130, 50, 29);
}
body {
background-color: red;
}
body {
background-color:rgb(130, 50, 29);
}