Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 6,941 for

css

(0.11 sec)
  1. 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
  2. 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...
  3. padding-block - CSS: Cascading Style Sheets | MDN

    The padding-block Css shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation....日本語 中文 (简体) The padding-block CSS shorthand property defines the...shorthand for the following CSS properties: padding-block-start...

    developer.mozilla.org/en-US/docs/Web/CSS/paddin...
  4. animation-name - CSS: Cascading Style Sheets | MDN

    The animation-name Css property specifies the names of one or more @keyframes at-rules that describe the animation to apply to an element. Multiple @keyframe at-rules are specified as a comma-separated list of names. If the specified name does not match any @keyframe at-rule, no properties are animated....Русский 中文 (简体) The animation-name CSS property specifies the names...animation properties at once. Syntax css /* Single animation */ animation-name:...

    developer.mozilla.org/en-US/docs/Web/CSS/animat...
  5. border-inline - CSS: Cascading Style Sheets | MDN

    The border-inline Css property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet....日本語 中文 (简体) The border-inline CSS property is a shorthand property...shorthand for the following CSS properties: border-inline-color...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  6. mask-image - CSS: Cascading Style Sheets | MDN

    The mask-image Css property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the mask-mode property....Français 日本語 中文 (简体) The mask-image CSS property sets the image that...the mask-mode property. Syntax css /* Keyword value */ mask-image:...

    developer.mozilla.org/en-US/docs/Web/CSS/mask-i...
  7. Namespace separator - CSS: Cascading Style Shee...

    The namespace separator (|) separates the selector from the namespace, identifying the namespace, or lack thereof, for a type selector.... css /* Links in the namespace named...or implied namespace Syntax css namespace|element { style properties...

    developer.mozilla.org/en-US/docs/Web/CSS/Namesp...
  8. 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...
  9. mask-origin - CSS: Cascading Style Sheets | MDN

    The mask-origin Css property sets the origin of a mask....Français 日本語 The mask-origin CSS property sets the origin of a...specified by the mask-image CSS property. For elements rendered...

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

    The anchor() Css function can be used within an anchor-positioned element's inset property values, returning a length value relative to the position of the edges of its associated anchor element.... The anchor() CSS function can be used within an...associated anchor element. Syntax css /* side or percentage */ top:...

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