- padding: 10px 10px 0px 0px;
- padding: 10px 0px;
- padding: 10px 0;
- padding: 10px 0px 10px 0px;
Correct Answer:
- padding: 10px 10px 0px 0px;
What is not a valid way of declaring a padding value of 10 pixels on the top and bottom, and 0 pixels on the left and right?
Correct Answer:
Latest Updates
No posts found in this category.