Answers for "css font color background"

CSS
1

text background color css

body {
	background-color:rgb(130, 50, 29);
}
Posted by: Guest on October-20-2020
6

font color css

Don't use keywords like green, orange, red or so on because browsers will interpretate them in differen colors. Use rgb or hex instead
Posted by: Guest on December-08-2020

Browse Popular Code Answers by Language