CSS Reference - A list of CSS properties
A CSS property consists of property-name, colon, property-value followed by a semi-colon. A property-name may have one or more values. See the syntax given below.
name:value;
font-size:20px;
A list of CSS properties has been given below.
CSS properties list
| Properties | Description | 
|---|---|
| animation | animation property can change CSS properties multiple times within specific intervals for an element. | 
| transition | transition represents a CSS property change only once for an element as a result of user event.. | 
Was this article helpful?
