Answers for "css a text colour"

CSS
17

text color css

.class {
  color: white;
}
Posted by: Guest on December-15-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