Hash Gallery

perspective: number | none; perspective view from the element attributes defined 3D distance, in pixels. This property allows you to change elements of 3D View 3D view elements.
Value Description
distance from the view number of elements, in pixels.
none default. And 0 the same. Perspective is not provided.


box-shadow property can be provided one or more blocks of the drop shadow.
box-shadow: h-shadow v -shadow blur spread color inset;

Value Description
h-shadow necessary. Horizontal position of the shadow. Negative values are allowed
v-shadow necessary. The vertical position of the shadow. Allow negative
blur optional. Fuzzy distance
spread is optional. The size of the shadow
color optional. Color of the shadow. Looking for CSS color values in the color value of a complete list of
inset optional. From the shadow of the outer layer (at the beginning) changed inside Shadows Shadows

box-sizing property allows you to define a specific way to match a particular element of an area.
box-sizing: content-box | border-box | inherit;
Value Description
content-box
which is defined by the width of the behavior of highly CSS2.1.

Width and height are applied to the content of the box element.

Drawing the elements in the margins and borders outside width and height.

border-box
width and height of the element determines the border of the housing element is set.

That is, any padding and border are specified for the elements are drawn in the set width and height.

By subtracting from the set width and height, respectively, borders and padding to get the width and height of the content.

provision should inherit the parent element inherits the value box-sizing property.

Guess you like

Origin www.cnblogs.com/Damocless/p/11783739.html