Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 6,945 for

css

(0.06 sec)
  1. matrix() - CSS: Cascading Style Sheets | MDN

    The matrix() Css function defines a homogeneous 2D transformation matrix. Its result is a data type....日本語 한국어 中文 (简体) The matrix() CSS function defines a homogeneous...described in the column-major order. css matrix(a, b, c, d, tx, ty) Values...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  2. translate3d() - CSS: Cascading Style Sheets | MDN

    The translate3d() Css function repositions an element in 3D space. Its result is a data type....正體中文 (繁體) The translate3d() CSS function repositions an element...moves in each direction. Syntax css translate3d(tx, ty, tz) Values...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  3. tan() - CSS: Cascading Style Sheets | MDN

    The tan() Css function is a trigonometric function that returns the tangent of a number, which is a value between −infinity and infinity. The function contains a single calculation that must resolve to either a or an by interpreting the result of the argument as radians....language Deutsch 中文 (简体) The tan() CSS function is a trigonometric function...argument as radians. Syntax css /* Single <angle> values */ width:...

    developer.mozilla.org/en-US/docs/Web/CSS/tan
  4. padding-left - CSS: Cascading Style Sheets | MDN

    The padding-left Css property sets the width of the padding area to the left of an element....Русский 中文 (简体) The padding-left CSS property sets the width of the...a single declaration. Syntax css /* <length> values */ padding-left:...

    developer.mozilla.org/en-US/docs/Web/CSS/paddin...
  5. animation-timeline - CSS: Cascading Style Sheet...

    The animation-timeline Css property specifies the timeline that is used to control the progress of a Css animation.... The animation-timeline CSS property specifies the timeline...to control the progress of a CSS animation. The following types...

    developer.mozilla.org/en-US/docs/Web/CSS/animat...
  6. atan2() - CSS: Cascading Style Sheets | MDN

    The atan2() Css function is a trigonometric function that returns the inverse tangent of two values between -infinity and infinity. The function accepts two arguments and returns the number of radians representing an between -180deg and 180deg....Deutsch 中文 (简体) The atan2() CSS function is a trigonometric function...-180deg and 180deg . Syntax css /* Two <number> values */ transform:...

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

    The :right Css pseudo-class, used with the @page at-rule, represents all right-hand pages of a printed document....日本語 Русский 中文 (简体) The :right CSS pseudo-class , used with the...pages of a printed document. css /* Selects any right-hand pages...

    developer.mozilla.org/en-US/docs/Web/CSS/:right
  8. ::grammar-error - CSS: Cascading Style Sheets |...

    The ::grammar-error Css pseudo-element represents a text segment which the user agent has flagged as grammatically incorrect....中文 (简体) The ::grammar-error CSS pseudo-element represents a text...properties Only a small subset of CSS properties can be used in a rule...

    developer.mozilla.org/en-US/docs/Web/CSS/::gram...
  9. :current - CSS: Cascading Style Sheets | MDN

    The :current Css pseudo-class selector is a time-dimensional pseudo-class that represents an element or the ancestor of an element that is currently being displayed. For example, this pseudo-class can be used to represent a video that is being displayed with captions by WebVTT.... The :current CSS pseudo-class selector is a time-dimensional...displayed with captions by WebVTT . css :current(p, span) { background-color:...

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

    The calc-size() Css function allows you to perform calculations on intrinsic size values such as auto, fit-content, and max-content; this is not supported by the regular calc() function.... The calc-size() CSS function allows you to perform...require calculations. Syntax css /* Pass a value through calc-size()...

    developer.mozilla.org/en-US/docs/Web/CSS/calc-size