עברית
accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveperspective-originplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom
perspective-origin CSS Property
The perspective-origin property sets the point from which the viewer appears to look at descendants — the X/Y of the "viewer's eye" relative to the element. Default is the center (50% 50%); shift it for angled perspectives.
.scene {
perspective-origin: top left;
}
.cube {
perspective: 800px;
perspective-origin: 25% 75%;
}
min:-9999
max:9999
step:1
units:% | px | em
topAligned to the top edge.rightAligned to the right edge.bottomAligned to the bottom edge.leftAligned to the left edge.centerCentered (default at 50%).
CSS Transforms Module Level 2
Editor's Draft
<length-percentage>
W3CMDN
Show all code
Edit CSS online
The plugin that remembers hundreds of CSS items for you
Every CSS property — in a live demonstration
The bilingual CSS reference
previousnext