+ 1
What's actually padding?
5 Answers
+ 2
simply padding is the space it takes from inside... âșđ
+ 1
the spaces inside the block is padding
+ 1
It's the space between the text and the border of the text. It's commonly used to make buttons. Padding: 20px it will move the border 20px to the top, left, right, bottom.
0
if a <div> has a padding then
all the child elements of this div are placed at a distance inside the div
it depends on the extent of padding
0
The CSS padding properties are used to generate space around content.
The padding clears an area around the content (inside the border) of an element.