CSS – background-color Property
The background-color property sets the background color of the entirety of an element including padding and border, but not margin.
The background-color property sets the background color of the entirety of an element including padding and border, but not margin.
The background-image property sets one or more background images (with varying placement) for an element. The default placement is at the top-left corner.
The background-origin property specifies the positioning area of a background image (this property has no effect if the background-attachment is fixed).
The background-position property sets the starting position of a background image, which by default is the top-left corner of an element. Unless otherwise specified, the image will repeat both vertically and horizontally to fill the element.
The background-repeat property sets how a background image will be repeated if at all. By default, the background image is repeated both vertically and horizontally.
The background-size property specifies the size of the background image.
The border property is a shorthand property for all the other properties a CSS border can be given.
The border-image-source property specifies the path to the image that is to be used as the border.
The border-image-width property specifies the width of the border image.
The border-bottom property is a shorthand property for all the other properties a CSS bottom border can be given.
The border-bottom-color property sets the color of an element’s bottom border. An element must have a border before a color can be applied.
The border-bottom-left-radius property defines the radius of the bottom-left corner, giving it a rounded look.
The border-bottom-right-radius property defines the radius of the bottom-right corner, giving it a rounded look.
The border-bottom-style property sets the style of an element’s bottom border to dotted, dashed, solid, double, etc.
The border-bottom-width property sets the width of an element’s bottom border. An element must have a border before you can change the width.
The border-collapse property sets whether table borders should collapse into a single border or remain separated as is the default.
The border-color property sets the color of all four borders of an element, and can have from one to four values.
The border-image property is a shorthand property for all the other properties a CSS border image can be given.
The border-image-outset property specifies the amount that the border image area should extend beyond the border box.
The border-image-repeat property specifies whether the border image should be repeated, rounded, spaced or stretched.