How to make text color code white in CSS paragraph. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make text color code white in CSS paragraph.

23rd Oct 2020, 4:22 AM
V.K.Ranjith Kumar.
V.K.Ranjith Kumar. - avatar
2 Answers
+ 1
p { background-color: white; }
23rd Oct 2020, 4:27 AM
Shadoff
Shadoff - avatar
+ 1
p{ color : white; } It is for making text color white. p{ background-color : white; } It is for making the background white.
23rd Oct 2020, 5:07 AM
Vikrant Upadhyay
Vikrant Upadhyay - avatar