Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,849 for

css

(0.08 sec)
  1. <image> - CSS: Cascading Style Sheets | MDN

    The Css data type represents a two-dimensional image....Brasil) 中文 (简体) The <image> CSS data type represents a two-dimensional...paint() function. Description CSS can handle the following kinds...

    developer.mozilla.org/en-US/docs/Web/CSS/image
  2. scale - CSS: Cascading Style Sheets | MDN

    The scale Css property allows you to specify scale transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value....Français 日本語 한국어 中文 (简体) The scale CSS property allows you to specify...transform value. Try it Syntax css /* Keyword values */ scale: none;...

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

    The translate() Css function repositions an element in the horizontal and/or vertical directions. Its result is a data type....Brasil) 中文 (简体) The translate() CSS function repositions an element...moves in each direction. Syntax css /* Single <length-percentage>...

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

    The sign() Css function contains one calculation, and returns -1 if the numeric value of the argument is negative, +1 if the numeric value of the argument is positive, 0⁺ if the numeric value of the argument is 0⁺, and 0⁻ if the numeric value of the argument is 0⁻....language Deutsch The sign() CSS function contains one calculation...sign of the argument. Syntax css /* property: sign( expression...

    developer.mozilla.org/en-US/docs/Web/CSS/sign
  5. Universal selectors - CSS: Cascading Style Shee...

    The Css universal selector (*) matches elements of any type....Brasil) Русский 中文 (简体) The CSS universal selector ( * ) matches...matches elements of any type. css /* Selects all elements */ * {...

    developer.mozilla.org/en-US/docs/Web/CSS/Univer...
  6. flood-color - CSS: Cascading Style Sheets | MDN

    The flood-color Css property defines the color of the current filter primitive subregion in and elements within a . If present, it overrides the element's flood-color attribute....language Deutsch The flood-color CSS property defines the color of... or pseudo-elements. Syntax css /* <color> values */ flood-color:...

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

    The :hover Css pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it. It is generally triggered when the user hovers over an element with the cursor (mouse pointer)....Brasil) Русский 中文 (简体) The :hover CSS pseudo-class matches when the...hovering capabilities. Syntax css :hover { /* ... */ } Examples...

    developer.mozilla.org/en-US/docs/Web/CSS/:hover
  8. matrix3d() - CSS: Cascading Style Sheets | MDN

    The matrix3d() Css function defines a 3D transformation as a 4x4 homogeneous matrix. Its result is a data type....Français 日本語 中文 (简体) The matrix3d() CSS function defines a 3D transformation...described in the column-major order. css matrix3d(a1, b1, c1, d1, a2,...

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

    The rotate() Css function defines a transformation that rotates an element around a fixed point on the 2D plane, without deforming it. Its result is a data type....Русский 中文 (简体) The rotate() CSS function defines a transformation...is called point reflection . css rotate(a) Values a Is an <angle>...

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

    The atan() Css function is a trigonometric function that returns the inverse tangent of a number between -∞ and +∞. The function contains a single calculation that returns the number of radians representing an between -90deg and 90deg....language Deutsch 中文 (简体) The atan() CSS function is a trigonometric function...between -90deg and 90deg . Syntax css /* Single <number> values */...

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