Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 6,945 for

css

(0.19 sec)
  1. y - CSS: Cascading Style Sheets | MDN

    The y Css property defines the y-axis coordinate of the top left corner of the SVG shape, image, viewport and nested viewport relative to the nearest ancestor's user coordinate system. If present, it overrides the element's y attribute....Remember language Deutsch The y CSS property defines the y-axis coordinate...elements or pseudo-elements. Syntax css /* length and percentage values...

    developer.mozilla.org/en-US/docs/Web/CSS/y
  2. counter-set - CSS: Cascading Style Sheets | MDN

    The counter-set Css property sets Css counters on the element to the given values....(简体) The counter-set CSS property sets CSS counters on the element...recommended to use the counter-reset CSS property. If a named counter...

    developer.mozilla.org/en-US/docs/Web/CSS/counte...
  3. scroll-timeline - CSS: Cascading Style Sheets |...

    The scroll-timeline Css shorthand property is used to define a named scroll progress timeline, which is progressed through by scrolling a scrollable element (scroller) between top and bottom (or left and right). scroll-timeline is set on the scroller that will provide the timeline. The starting scroll position represents 0% progress and the ending scroll position represents 100% progress. If the 0% position and 100% position coincide (i.e., the scroll container has no overflow to scroll), the timeline is inactive.... The scroll-timeline CSS shorthand property is used to...shorthand for the following CSS properties: scroll-timeline-name...

    developer.mozilla.org/en-US/docs/Web/CSS/scroll...
  4. border-block - CSS: Cascading Style Sheets | MDN

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

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

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

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

    The clear Css property sets whether an element must be moved below (cleared) floating elements that precede it. The clear property applies to floating and non-floating elements....Brasil) Русский 中文 (简体) The clear CSS property sets whether an element...flow-root . css #container { display: flow-root; } Syntax css /* Keyword...

    developer.mozilla.org/en-US/docs/Web/CSS/clear
  7. mask-type - CSS: Cascading Style Sheets | MDN

    The mask-type Css property sets whether an SVG element is used as a luminance or an alpha mask. It applies to the element itself....Deutsch Français 日本語 The mask-type CSS property sets whether an SVG...be faster to render. Syntax css /* Keyword values */ mask-type:...

    developer.mozilla.org/en-US/docs/Web/CSS/mask-type
  8. :disabled - CSS: Cascading Style Sheets | MDN

    The :disabled Css pseudo-class represents any disabled element. An element is disabled if it can't be activated (selected, clicked on, typed into, etc.) or accept focus. The element also has an enabled state, in which it can be activated or accept focus....Русский 中文 (简体) The :disabled CSS pseudo-class represents any disabled...accept focus. Try it Syntax css :disabled { /* ... */ } Examples...

    developer.mozilla.org/en-US/docs/Web/CSS/:disabled
  9. border-left - CSS: Cascading Style Sheets | MDN

    The border-left shorthand Css property sets all the properties of an element's left border....(简体) The border-left shorthand CSS property sets all the properties...Consider the following code: css border-left-style: dotted; border-left:...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  10. :local-link - CSS: Cascading Style Sheets | MDN

    The :local-link Css pseudo-class represents a link to the same document. Therefore an element that is the source anchor of a hyperlink whose target's absolute URL matches the element's own document URL.... The :local-link CSS pseudo-class represents a link...element's own document URL. css /* Selects any <a> that links...

    developer.mozilla.org/en-US/docs/Web/CSS/:local...