How do you make the table bigger with CSS and HTML5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you make the table bigger with CSS and HTML5?

table { font-size: 500%; } doesn't work

11th Jun 2019, 12:18 AM
Rishan [da_coder, semi-active]
Rishan  [da_coder, semi-active] - avatar
2 Answers
+ 1
try width : 500px;
11th Jun 2019, 12:35 AM
Gordon
Gordon - avatar
+ 1
if the CSS property name for element width is "width", what do you guess as the CSS property name for "height"?
11th Jun 2019, 4:32 AM
Gordon
Gordon - avatar