CSS – outline-color Property
The outline-color property specifies the color of an outline, a drawn line around elements outside any borders.
The outline-color property specifies the color of an outline, a drawn line around elements outside any borders.
The outline-color property specifies the color of an outline, a drawn line around elements outside any borders.
The outline-style property specifies the style of an outline drawn around an element.
The outline-width specifies the width of an outline drawn around an element.
The overflow property specifies what should happen if content overflows an element’s box.
The overflow-wrap property specifies whether or not the browser can break lines with long words when they overflow the container.
The overflow-x property specifies whether to clip the content, add a scroll bar, or display overflow content, when it overflows at the left and right edges.
The overflow-x property specifies whether to clip the content, add a scroll bar, or display overflow content, when it overflows at the top and bottom edges.
The padding property sets the padding for an element, and is a shorthand property for padding-bottom, padding-left, padding-right, and padding-right.
The padding-bottom property sets the bottom padding (spacing) of an element.
The padding-left property sets the left padding (spacing) of an element.
The padding-right property sets the right padding (spacing) of an element.
The page-break-after property adds a page-break after a specified element, defining how an element should behave when printed.
The page-break-after property adds a page-break before a specified element, defining how an element should behave when printed.
The page-break-inside property sets whether a page-break should be avoided inside a specified element, defining how an element should behave when printed.
The perspective property is used to define how far a 3D-positioned element is away from the user.
The perspective-origin property defines from which position the user is looking at the 3D-positioned element.
The pointer-events property defines whether or not an element reacts to pointer events. This is often used to disable an HTML link.
The position property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).