CSS – margin-bottom Property
The margin-bottom property sets the bottom margin of an element.
The mask-image property specifies an image, CSS gradient, or SVG mask to be used as a mask layer for an element.
The mask-origin property specifies the origin position of a mask layer image.
The mask-position property sets the starting position of a mask image relative to the mask position area.
The mask-repeat property sets if and how a mask image will be repeated. By default, a mask image is repeated both vertically and horizontally.
The max-height property defines the maximum height of an element. It can be smaller in height, but not larger than the specified size value.
The max-width property defines the maximum width of an element. It can be smaller in width, but not larger than the specified size value.
The min-height property defines the minimum height of an element. It can be larger in height, but not smaller than the specified size value.
The min-width property defines the minimum width of an element. It can be larger in width, but not smaller than the specified size value.
The mix-blend-mode property specifies how an element’s content should blend with its parent’s background.
The object-fit property is used to specify how an image or video should be resized to fit its container.
The object-position property is used together with object-fit to specify how an image or video should be positioned with x/y coordinates.
The opacity property describes the transparency level, where 1 is opaque and 0 is transparent. Any value in between will give partial transparency.
The order property specifies the order of a flexible item relative to the rest of the flexible items inside the same container.
The orphans property specifies the minimum number of lines that must be left at the bottom of a page or column. The following uses the @media Rule to specify a style only for pages sent to a printer.
The outline property is a shorthand property for outline-width, outline-style, and outline-color. It draws a line around elements outside any borders.