Menu
×
×
Correct!
Exercise: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!Next ❯ |