Category: Education
Created by: Bagar
Number of Blossarys: 64
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 ...
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 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 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 background shorthand property sets all the background properties in one declaration. The properties that can be set, are: background-color, background-position, background-size, ...