Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 6,943 for

css

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

    The animation shorthand Css property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline....(简体) The animation shorthand CSS property applies an animation...shorthand for the following CSS properties: animation-delay animation-direction...

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

    The scaleZ() Css function defines a transformation that resizes an element along the z-axis. Its result is a data type....Deutsch Français 日本語 The scaleZ() CSS function defines a transformation...to scale3d(1, 1, sz) . Syntax css scaleZ(s) Values s Is a <number>...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  3. counter-increment - CSS: Cascading Style Sheets...

    The counter-increment Css property can be used to increase or decrease the value of the named Css counters by the specified values, or to prevent all counters or an individual counter's value from being changed....中文 (简体) The counter-increment CSS property can be used to increase...decrease the value of the named CSS counters by the specified values...

    developer.mozilla.org/en-US/docs/Web/CSS/counte...
  4. image-resolution - CSS: Cascading Style Sheets ...

    The image-resolution Css property specifies the intrinsic resolution of all raster images used in or on the element. It affects content images such as replaced elements and generated content, and decorative images such as background-image images.... The image-resolution CSS property specifies the intrinsic...default, CSS assumes a resolution of one image pixel per CSS px unit;...

    developer.mozilla.org/en-US/docs/Web/CSS/image-...
  5. exp() - CSS: Cascading Style Sheets | MDN

    The exp() Css function is an exponential function that takes an number as an argument and returns the mathematical constant e raised to the power of the given number....Deutsch 日本語 中文 (简体) The exp() CSS function is an exponential function...value as pow(e, number) . Syntax css /* A <number> value */ width:...

    developer.mozilla.org/en-US/docs/Web/CSS/exp
  6. flex-flow - CSS: Cascading Style Sheets | MDN

    The flex-flow Css shorthand property specifies the direction of a flex container, as well as its wrapping behavior....Русский 中文 (简体) The flex-flow CSS shorthand property specifies...following CSS properties: flex-direction flex-wrap Syntax css /* flex-flow:...

    developer.mozilla.org/en-US/docs/Web/CSS/flex-flow
  7. text-rendering - CSS: Cascading Style Sheets | MDN

    The text-rendering Css property provides information to the rendering engine about what to optimize for when rendering text....Brasil) 中文 (简体) The text-rendering CSS property provides information...property that is not defined in any CSS standard. However, Gecko and...

    developer.mozilla.org/en-US/docs/Web/CSS/text-r...
  8. cubic-bezier() - CSS: Cascading Style Sheets | MDN

    The cubic-bezier() Css function creates a smooth transition using a cubic Bézier curve. As an , it can be used to smooth out the start and end of the interpolation....language Deutsch The cubic-bezier() CSS function creates a smooth transition...of the interpolation . Syntax css cubic-bezier(0.25, 0.1, 0.25...

    developer.mozilla.org/en-US/docs/Web/CSS/easing...
  9. max-width - CSS: Cascading Style Sheets | MDN

    The max-width Css property sets the maximum width of an element. It prevents the used value of the width property from becoming larger than the value specified by max-width....Русский 中文 (简体) The max-width CSS property sets the maximum width...overrides max-width . Syntax css /* <length> value */ max-width:...

    developer.mozilla.org/en-US/docs/Web/CSS/max-width
  10. transition-delay - CSS: Cascading Style Sheets ...

    The transition-delay Css property specifies the duration to wait before starting a property's transition effect when its value changes....中文 (简体) The transition-delay CSS property specifies the duration...cases, the CSS declaration remains valid. Syntax css /* <time>...

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