Answers for "css code for paragraph in red color"

CSS
0

how to change paragraph text color to Red css

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

Browse Popular Code Answers by Language