CSS Abdddddd PDF
CSS Abdddddd PDF
The CSS border properties allow you to specify the style, width, and color of an
element's border.
Border-width:2px;
Border-style:solid; /* style is mandatory */
Border-color:pink;
An outline is a line that is drawn around elements, outside the borders, to make
the element "stand out".
outline-width
outline-style (required)
outline-color
outline-offset
The outline-offset property adds space between the outline and the edge
or border of an element.
Background
The CSS background properties are used to define the background effects for
elements. There are lots of properties to design the background.