Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 6,941 for

css

(1.01 sec)
  1. stop-color - CSS: Cascading Style Sheets | MDN

    The stop-color Css property defines the color to use for an SVG element within a gradient. If present, it overrides the element's stop-color attribute....language Deutsch 한국어 The stop-color CSS property defines the color to... or pseudo-elements. Syntax css /* <color> values */ stop-color:...

    developer.mozilla.org/en-US/docs/Web/CSS/stop-c...
  2. animation-play-state - CSS: Cascading Style She...

    The animation-play-state Css property sets whether an animation is running or paused....(简体) The animation-play-state CSS property sets whether an animation...the animation sequence. Syntax css /* Single animation */ animation-play-state:...

    developer.mozilla.org/en-US/docs/Web/CSS/animat...
  3. flex-grow - CSS: Cascading Style Sheets | MDN

    The flex-grow Css property sets the flex grow factor, which specifies how much of the flex container's positive free space, if any, should be assigned to the flex item's main size....Русский 中文 (简体) The flex-grow CSS property sets the flex grow factor...grow factors. Try it Syntax css /* <number> values */ flex-grow:...

    developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
  4. scroll-margin-block - CSS: Cascading Style Shee...

    The scroll-margin-block shorthand property sets the scroll margins of an element in the block dimension....shorthand for the following CSS properties: scroll-margin-block-end...scroll-margin-block-start Syntax css /* <length> values */ scroll-margin-block:...

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

    The repeat() Css function represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form....Français 日本語 中文 (简体) The repeat() CSS function represents a repeated...function can be used in the CSS grid properties grid-template-columns...

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

    The :nth-child() Css pseudo-class matches elements based on the indexes of the elements in the child list of their parents. In other words, the :nth-child() selector selects child elements according to their position among all the sibling elements within a parent element....Русский 中文 (简体) The :nth-child() CSS pseudo-class matches elements...Element indices are 1-based. css :nth-child(<nth> [of <complex-selector-list>]...

    developer.mozilla.org/en-US/docs/Web/CSS/:nth-c...
  7. text-emphasis - CSS: Cascading Style Sheets | MDN

    The text-emphasis Css property applies emphasis marks to text (except spaces and control characters). It is a shorthand for text-emphasis-style and text-emphasis-color....日本語 中文 (简体) The text-emphasis CSS property applies emphasis marks...shorthand for the following CSS properties: text-emphasis-color...

    developer.mozilla.org/en-US/docs/Web/CSS/text-e...
  8. margin-block-start - CSS: Cascading Style Sheet...

    The margin-block-start Css property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation....(简体) The margin-block-start CSS property defines the logical...text orientation. Try it Syntax css /* <length> values */ margin-block-start:...

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

    The margin-right Css property sets the margin area on the right side of an element. A positive value places it farther from its neighbors, while a negative value places it closer....Русский 中文 (简体) The margin-right CSS property sets the margin area...called margin collapsing . Syntax css /* <length> values */ margin-right:...

    developer.mozilla.org/en-US/docs/Web/CSS/margin...
  10. offset - CSS: Cascading Style Sheets | MDN

    The offset Css shorthand property sets all the properties required for animating an element along a defined path. The offset properties together help to define an offset transform, a transform that aligns a point in an element (offset-anchor) to an offset position (offset-position) on a path (offset-path) at various points along the path (offset-distance) and optionally rotates the element (offset-rotate) to follow the direction of the path....(do Brasil) 中文 (简体) The offset CSS shorthand property sets all the...shorthand for the following CSS properties: offset-anchor offset-distance...

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