+ 2
what is padding?
What is padding ?
4 Answers
+ 2
padding :
it is space between border and your text
+ 1
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.
- 1
It's an intern margin.
- 1
p {
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 80px;
}