CSS Padding CSS Padding property is used to define the space between the element content and the element border. It is different from CSS margin in the way that CSS margin defines the space around ...
padding-inline-end は CSS のプロパティで、要素のインライン方向の論理的な末尾側のパディングを定義し、それが要素の書字方向やテキストの方向に応じて物理的なパディングに対応づけられます ...
The padding-inline CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, ...