Answers for "how do i change the background color of a paragraph in css?"

CSS
1

text background color css

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

how to change paragraph text color to Red css

p{
	color: red; 
}
Posted by: Guest on October-17-2021

Code answers related to "how do i change the background color of a paragraph in css?"

Browse Popular Code Answers by Language