Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 6,941 for

css

(0.15 sec)
  1. margin-trim - CSS: Cascading Style Sheets | MDN

    The margin-trim property allows the container to trim the margins of its children where they adjoin the container's edges.... Syntax css margin-trim: none; margin-trim:...might do something like this: css article { background-color: red;...

    developer.mozilla.org/en-US/docs/Web/CSS/margin...
  2. :has-slotted - CSS: Cascading Style Sheets | MDN

    The :has-slotted Css pseudo-class matches when the content of a element is not empty or not using the default value (see Using templates and slots for more information).... The :has-slotted CSS pseudo-class matches when the...used inside CSS placed within a shadow DOM . css /* Selects the...

    developer.mozilla.org/en-US/docs/Web/CSS/:has-s...
  3. :fullscreen - CSS: Cascading Style Sheets | MDN

    The :fullscreen Css pseudo-class matches every element that is currently in fullscreen mode. If multiple elements have been put into fullscreen mode, this selects them all....Русский 中文 (简体) The :fullscreen CSS pseudo-class matches every element...this selects them all. Syntax css :fullscreen { /* ... */ } Usage...

    developer.mozilla.org/en-US/docs/Web/CSS/:fulls...
  4. 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
  5. lch() - CSS: Cascading Style Sheets | MDN

    The lch() functional notation expresses a given color using the LCH color space, which represents lightness, chroma, and hue. It uses the same L axis as the lab() color function of the CIELab color space, but it uses the polar coordinates C (Chroma) and H (Hue).... Syntax css /* Absolute values */ lch(29...have a numeric equivalent in CSS, 100% is equal to the number...

    developer.mozilla.org/en-US/docs/Web/CSS/color_...
  6. 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...
  7. 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...
  8. 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...
  9. overflow-x - CSS: Cascading Style Sheets | MDN

    The overflow-x Css property sets what shows when content overflows a block-level element's left and right edges. This may be nothing, a scroll bar, or the overflow content. This property may also be set by using the overflow shorthand property....Français 日本語 中文 (简体) The overflow-x CSS property sets what shows when...shorthand property. Try it Syntax css /* Keyword values */ overflow-x:...

    developer.mozilla.org/en-US/docs/Web/CSS/overfl...
  10. 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...