+ 2
Fonts not showing color.
why the fonts not shows color?? https://code.sololearn.com/WxxOI8WMLyQ0/?ref=app
2 ответов
+ 4
You are trying to select elements by id which doesn't exist. Also change the property to color instead of fontColor. You can see it in the code. Hope now everything is clear 😉
https://code.sololearn.com/WDGHgM0AUP4g/?ref=app
0
Ooh ..
Thanks a lot "the white cat" ..