Category: Education
Created by: Bagar
Number of Blossarys: 64
The background shorthand property sets all the background properties in one declaration. The properties that can be set, are: background-color, background-position, background-size, ...
The border shorthand property sets all the border properties in one declaration. The properties that can be set, are (in order): border-width, border-style, and border-color. It does not matter if ...
The font shorthand property sets all the font properties in one declaration.The properties that can be set, are (in order): "font-style font-variant font-weight font-size/line-height font-family" The ...
The list-style shorthand property sets all the list properties in one declaration. The properties that can be set, are (in order): list-style-type, list-style-position, list-style-image. If one of ...
The margin shorthand property sets all the margin properties in one declaration. This property can have from one to four values. Examples: margin:10px 5px 15px 20px; top margin is 10px right margin ...
An outline is a line that is drawn around elements (outside the borders) to make the element "stand out". The outline shorthand property sets all the outline properties in one declaration. The ...
The padding shorthand property sets all the padding properties in one declaration. This property can have from one to four values. Examples: padding:10px 5px 15px 20px; top padding is 10px right ...