How do you make the text or table size bigger? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you make the text or table size bigger?

https://code.sololearn.com/WgSqPAuLmIUM/?ref=app

31st Oct 2021, 2:26 AM
Bob Bob
3 Answers
+ 3
With font-size inside your css file. Like this: table { font-size: 22px; }
31st Oct 2021, 2:43 AM
Stefanoo
Stefanoo - avatar
+ 2
U can use font-size:{Size }; for example : table{ font-size:20px; }
31st Oct 2021, 2:44 AM
Pariket Thakur
Pariket Thakur - avatar
+ 1
Thanks
31st Oct 2021, 2:46 AM
Bob Bob