-
A.
padding-top: 10px; padding-bottom: 10px;
-
B.
padding-left: 0px; padding-right: 0px;
-
C.
padding: 0px 10px;
-
D.
padding: 10px 0px;
Correct Option: DExplanation:
The padding property can take up to four values to add padding to different sides of an element. In this case, 10px padding is added to the top and bottom of the element, but not to the left and right.