Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 4,837 for

css

(0.32 sec)
  1. ::view-transition - CSS: Cascading Style Sheets...

    The ::view-transition Css pseudo-element represents the root of the view transitions overlay, which contains all view transition snapshot groups and sits over the top of all other page content....中文 (简体) The ::view-transition CSS pseudo-element represents the...styling in the UA stylesheet: css html::view-transition { position:...

    developer.mozilla.org/en-US/docs/Web/CSS/::view...
  2. Shorthand properties - CSS: Cascading Style She...

    Shorthand properties are Css properties that let you set the values of multiple other Css properties simultaneously. Using a shorthand property, you can write more concise (and often more readable) style sheets, saving time and energy....(繁體) Shorthand properties are CSS properties that let you set the...the values of multiple other CSS properties simultaneously. Using...

    developer.mozilla.org/en-US/docs/Web/CSS/Shorth...
  3. transition - CSS: Cascading Style Sheets | MDN

    The transition Css property is a shorthand property for transition-property, transition-duration, transition-timing-function, transition-delay, and transition-behavior....(简体) 正體中文 (繁體) The transition CSS property is a shorthand property...shorthand for the following CSS properties: transition-behavior...

    developer.mozilla.org/en-US/docs/Web/CSS/transi...
  4. polygon() - CSS: Cascading Style Sheets | MDN

    The polygon() Css function is one of the data types. It's used to draw a polygon by providing one or more pairs of coordinates, each of which represents a vertex of the shape....Deutsch 日本語 中文 (简体) The polygon() CSS function is one of the <basic-shape>...of the shape. Try it Syntax css /* Specified as coordinate list...

    developer.mozilla.org/en-US/docs/Web/CSS/basic-...
  5. transform-box - CSS: Cascading Style Sheets | MDN

    The transform-box Css property defines the layout box to which the transform, individual transform properties translate, scale, and rotate, and transform-origin properties relate....日本語 中文 (简体) The transform-box CSS property defines the layout box...transform-origin properties relate. Syntax css /* Keyword values */ transform-box:...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  6. interpolate-size - CSS: Cascading Style Sheets ...

    The interpolate-size Css property allows you to enable animations and transitions between a value and an intrinsic size value such as auto, fit-content, or max-content.... The interpolate-size CSS property allows you to enable...when animating a non-box-model CSS property, such as transform ...

    developer.mozilla.org/en-US/docs/Web/CSS/interp...
  7. page - CSS: Cascading Style Sheets | MDN

    The page Css property is used to specify the named page, a specific type of page defined by the @page at-rule....Remember language Deutsch The page CSS property is used to specify the...break-after may be needed. Syntax css /* set a named page */ page:...

    developer.mozilla.org/en-US/docs/Web/CSS/page
  8. border-bottom - CSS: Cascading Style Sheets | MDN

    The border-bottom shorthand Css property sets an element's bottom border. It sets the values of border-bottom-width, border-bottom-style and border-bottom-color....The border-bottom shorthand CSS property sets an element's bottom...Consider the following code: css border-bottom-style: dotted;...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  9. margin-bottom - CSS: Cascading Style Sheets | MDN

    The margin-bottom Css property sets the margin area on the bottom of an element. A positive value places it farther from its neighbors, while a negative value places it closer....Русский 中文 (简体) The margin-bottom CSS property sets the margin area...as <span> or <code> . Syntax css /* <length> values */ margin-bottom:...

    developer.mozilla.org/en-US/docs/Web/CSS/margin...
  10. cos() - CSS: Cascading Style Sheets | MDN

    The cos() Css function is a trigonometric function that returns the cosine of a number, which is a value between -1 and 1. The function contains a single calculation that must resolve to either a or an by interpreting the result of the argument as radians. That is, cos(45deg), cos(0.125turn), and cos(3.14159 / 4) all represent the same value, approximately 0.707....language Deutsch 中文 (简体) The cos() CSS function is a trigonometric function...approximately 0.707 . Syntax css /* Single <angle> values */ width:...

    developer.mozilla.org/en-US/docs/Web/CSS/cos