+ 1

How I add font color in html

27th Sep 2020, 3:48 AM
Vipul Harish Dubey
Vipul Harish Dubey - avatar
2 ответов
27th Sep 2020, 3:53 AM
ÃKR
ÃKR - avatar
+ 1
In CSS: for black: .element_name { color: #000000; } But replace “.element_name” of course as well as the color value.
27th Sep 2020, 3:54 AM
NULL
NULL - avatar