CSS – overflow-wrap Property
The overflow-wrap property specifies whether or not the browser can break lines with long words when they overflow the container.
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).
The quotes property sets the type of quotation marks to be used for quotations.
The right property defines the horizontal position of a positioned element, but will have no affect on an item not positioned.
The scroll-behavior property specifies whether a user’s click is to smoothly scroll position, instead of instantly jumping, to the new page section.