You are on page 1of 2

CSS properties

 Align-content

The CSS align-content property sets the distribution of space between and around content items along a flexbox's cross-axis or
a grid's block axis.

 Align-items

The align-items property specifies the default alignment for items inside the flexible container.

 Align-self

The align-self property specifies the alignment for the selected item inside the flexible container. Note: The align-self
property overrides the flexible container' s align-items property.

 All

The all shorthand CSS property resets all of an element's properties (except Unicode -bidi and direction ). It can
set properties to their initial or inherited values, or to the values specified in another stylesheet origin.

 animation

The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-
duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode,
and animation-play-state.

 Animation-delay

The animation-delay property specifies a delay for the start of an animation.

The animation-delay value is defined in seconds (s) or milliseconds (ms).

 Animation-direction

The animation-direction property defines whether an animation should be played forwards, backwards or in alternate cycles.

CSS properties

span

The CSS column-span property allows content to span across multiple columns on a
multi-column layout. This property can be useful if you have a heading or other
element within the multicol layout that needs to span across all columns. An element
that spans across multiple columns is called a spanning element.

Division

CSS Border - Shorthand Property


To shorten the code, it is also possible to specify all the individual border propertiesin
one property. The border property is a shorthand property for the following
individual border properties: border-width. border-style (required)

Margins
CSS Margins
The CSS margin properties are used to create space around elements, outside of any
defined borders. With CSS, you have full control over the margins. There
areproperties for setting the margin for each side of an element (top, right, bottom,
and left).

Padding

The CSS padding properties are used to generate space around an element's content,
inside of any defined borders.

With CSS, you have full control over the padding. There are properties for setting the
padding for each side of an element (top, right, bottom, and left).

You might also like