CSS – Borders and Border Radius
The CSS border property allow you to specify the style, width, color, radius, etc. of an element’s border.
The CSS border property allow you to specify the style, width, color, radius, etc. of an element’s border.
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.
The border-image-slice property specifies how to slice the border image. The image is always sliced into nine sections: four corners, four edges and the middle.
The border-left-color property sets the color of an element’s left border. An element must have a border before a color can be applied.
The border-left property is a shorthand property for all the other properties a CSS left border can be given.
The border-left-style property sets the style of an element’s left border to dotted, dashed, solid, double, etc.
The border-left-width property sets the width of an element’s left border. An element must have a border before you can change the width.