Explanation:
The border-image-width CSS property defines the offset to use for dividing the border image in nine parts,
the top-left corner, central top edge, top-right-corner, central right edge, bottom-right corner, central bottom edge,
bottom-left corner, and central right edge.
Explanation:
The border-width property sets the width of an element’s four borders. This property can have
from one to four values.
Explanation:
CSS3 border-radius property allows you can give any element “rounded corners”.
Explanation:
The border-color property sets the color of an element’s four borders. This property can have
from one to four values.
Explanation:
The border-collapse property sets whether the table borders are collapsed into a single
border or detached as in standard HTML.
Explanation:
The border-image-source property specifies the path to the image to be used as a border
(instead of the normal border around an element).
Explanation:
The border-spacing property sets the distance between the borders of adjacent cells
(only for the “separated borders” model).
Explanation:
The outline-style CSS property is used to set the style of the outline of an element. An outline is a line
that is drawn around elements, outside the border edge, to make the element stand out.
Explanation:
groove specifies a 3D grooved border. The effect depends on the border-color value.
Explanation:
As the name suggests, a solid outline is created using this value.
Explanation:
The property defines a dashed border.
Explanation:
Syntax: background-color: color | transparent
Explanation:
Syntax: border-spacing: non-negative length(s) | inherit
Explanation:
The ‘color index media feature describes the number of entries in the color lookup table of the output device.
If the device does not use a color lookup table, the value is zero
Explanation:
Syntax: list-style-image: url(url of image) | none
Explanation:
Syntax: list-style-position: inside | outside | inherit
Explanation:
Syntax: list-style-type: disc | circle | square | decimal
Explanation:
Syntax: border-left: border-width border-style border-color;
Explanation:
Syntax: border-radius: horizontal-radius vertical-radius
Explanation:
Syntax: font-size: length | percentage
Explanation:
Syntax:box-shadow: none | inherit
Explanation:
Syntax: scrollbar-darkshadow-color: color
Explanation:
Syntax: overflow-x: auto | hidden
Explanation:
Syntax: outline-offset: length | inherit
Explanation:
Syntax: background-attachment: scroll | fixed | inherit