CSS Padding

format_list_numberedLesson 5 of 5schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready
01

Padding

Padding is used to create space around an element's content, inside of any defined borders.

Example

div {
  padding: 70px 0 0 50px;
}