The pseudo element item:before is a child element of item, and its content is inserted before item. content: '' makes the pseudo-element work, but with a content height of 0. The percentage of padding is based on the width of the parent element. padding-top: 100% is 100% of the item width, so it is a 1:1 relationship.
The pseudo element item:before is a child element of item, and its content is inserted before item.
content: '' makes the pseudo-element work, but with a content height of 0.
The percentage of padding is based on the width of the parent element.
padding-top: 100% is 100% of the item width, so it is a 1:1 relationship.
padding-top: percent is calculated based on the ratio of the width of the containing block