Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 6,942 for

css

(0.14 sec)
  1. transition-duration - CSS: Cascading Style Shee...

    The transition-duration Css property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur....(繁體) The transition-duration CSS property sets the length of time...cases, the CSS declaration stays valid. Syntax css /* <time> values...

    developer.mozilla.org/en-US/docs/Web/CSS/transi...
  2. column-fill - CSS: Cascading Style Sheets | MDN

    The column-fill Css property controls how an element's contents are balanced when broken into columns....Русский 中文 (简体) The column-fill CSS property controls how an element's...into columns. Try it Syntax css /* Keyword values */ column-fill:...

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

    The skewX() Css function defines a transformation that skews an element in the horizontal direction on the 2D plane. Its result is a data type....Français 日本語 中文 (简体) The skewX() CSS function defines a transformation...equivalent to skew(a) . Syntax css skewX(a) Values a Is an <angle>...

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

    The scaleX() Css function defines a transformation that resizes an element along the x-axis (horizontally). Its result is a data type....日本語 한국어 中文 (简体) The scaleX() CSS function defines a transformation...or scale3d(sx, 1, 1) . Syntax css scaleX(s) Values s Is a <number>...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  5. animation-direction - CSS: Cascading Style Shee...

    The animation-direction Css property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward....(简体) The animation-direction CSS property sets whether an animation...animation properties at once. Syntax css /* Single animation */ animation-direction:...

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

    The min() Css function lets you set the smallest (most negative) value from a list of comma-separated expressions as the value of a Css property value. The min() function can be used anywhere a , , ,

    developer.mozilla.org/en-US/docs/Web/CSS/min
  7. background-color - CSS: Cascading Style Sheets ...

    The background-color Css property sets the background color of an element....正體中文 (繁體) The background-color CSS property sets the background...of an element. Try it Syntax css /* Keyword values */ background-color:...

    developer.mozilla.org/en-US/docs/Web/CSS/backgr...
  8. <alpha-value> - CSS: Cascading Style Sheets | MDN

    The Css data type represents a value that can be either a or a , specifying the alpha channel or transparency of a color....日本語 中文 (简体) The <alpha-value> CSS data type represents a value...values of the <alpha-value> CSS data type are interpolated as...

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

    The :where() Css pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list....Русский 中文 (简体) The :where() CSS pseudo-class function takes a...complex selectors are allowed. css :where(<complex-selector-list>)...

    developer.mozilla.org/en-US/docs/Web/CSS/:where
  10. clip-rule - CSS: Cascading Style Sheets | MDN

    The clip-rule Css property defines how to determine which pixels in a mask's box are inside the clipping shape defined by a clip path, and which are outside, when parts of the path overlap other parts. Specifically, it chooses between the "non-zero" and "even-odd" methods of determining inclusion. clip-rule can be applied to all SVG elements, but only has an effect on those which are part of a clipping path. Css values of the clip-rule property can override SVG values of the clip-rule attribute....language Deutsch The clip-rule CSS property defines how to determine...are part of a clipping path. CSS values of the clip-rule property...

    developer.mozilla.org/en-US/docs/Web/CSS/clip-rule