Answers for "how to change color of some text in p tag through css"

CSS
2

changong text color css

color: #EAF6F6;

color: red;

color: rgb(255, 255, 255);
Posted by: Guest on May-03-2020
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