font-color inside table | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

font-color inside table

i am very trying to put font color in table but i did'nt see any changes.... plz some body help me? table{ width:100%; font-size:20pt; font-color:white } table, th, td{ border:2px solid green; padding:0 0 0 0 ; margin:0 0 0 0; text-align:center; table-layout:fixed; }

30th Dec 2017, 12:02 AM
warrior
warrior - avatar
2 ответов
+ 4
Remove the 'font-' from 'font-color:white' and don't forget the semi colon table{ width:100%; font-size:30pt; color:white; } table, th, td{ border:2px solid green; padding:0 0 0 0 ; margin:0 0 0 0; text-align:center; table-layout:fixed; }
30th Dec 2017, 12:07 AM
Duncan
Duncan - avatar
+ 1
thank u very much
30th Dec 2017, 11:12 PM
warrior
warrior - avatar