How to make text color code white in CSS paragraph. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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