CSS physical properties define positions based on physical directions or element sides. For example:
top, right, bottom, and left refer to the physical dimensions of the viewport.margin-top, border-right, padding-bottom, and border-bottom-left-radius reference specific sides of an element, and style features by that physical direction.This is opposed to logical properties, which are relative to the content flow and use directional keywords relative to the block and inline axes.