how will you add padding space to all the four sides of an element?
Answers
Answered by
4
answer
The syntax for the CSS padding property (with 1 value) is: padding: all; When one single value is provided, the padding value will apply to all four sides of the element .
Similar questions