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

css

(0.07 sec)
  1. :empty - CSS: Cascading Style Sheets | MDN

    The :empty Css pseudo-class represents any element that has no children. Children can be either element nodes or text (including whitespace). Comments, processing instructions, and Css content do not affect whether an element is considered empty....Brasil) Русский 中文 (简体) The :empty CSS pseudo-class represents any element...processing instructions, and CSS content do not affect whether...

    developer.mozilla.org/en-US/docs/Web/CSS/:empty
  2. 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
  3. 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...
  4. <hue> - CSS: Cascading Style Sheets | MDN

    The Css data type represents the hue angle of a color. It is used in the color functions that accept hue expressed as a single value, specifically hsl(), hwb(), lch(), and oklch() functional notations....language Deutsch 日本語 The <hue> CSS data type represents the hue...shorter . In some color-related CSS functions, this can be overridden...

    developer.mozilla.org/en-US/docs/Web/CSS/hue
  5. :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
  6. 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...
  7. :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
  8. 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
  9. y - CSS: Cascading Style Sheets | MDN

    The y Css property defines the y-axis coordinate of the top left corner of the SVG shape, image, viewport and nested viewport relative to the nearest ancestor's user coordinate system. If present, it overrides the element's y attribute....Remember language Deutsch The y CSS property defines the y-axis coordinate...elements or pseudo-elements. Syntax css /* length and percentage values...

    developer.mozilla.org/en-US/docs/Web/CSS/y
  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