+ 2
How do you make the table bigger with CSS and HTML5?
table { font-size: 500%; } doesn't work
2 Respostas
+ 1
try
width : 500px;
+ 1
if the CSS property name for element width is "width", what do you guess as the CSS property name for "height"?