×
×
Correct!
Use the correct CSS property to add 15 pixels of space between the cell border and cell content. The result should look like this:
.table td {
@(7): 15px; }
.table td {
padding: 15px; } Not CorrectClick here to try again. Correct!
.table td {
w3exercise_input_no_0: 15px; } |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?