Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 6,941 for

css

(1.33 sec)
  1. scroll-margin-top - CSS: Cascading Style Sheets...

    The scroll-margin-top property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.... Try it Syntax css /* <length> values */ scroll-margin-top:...Specifications Specification CSS Scroll Snap Module Level 1 #...

    developer.mozilla.org/en-US/docs/Web/CSS/scroll...
  2. scroll-padding - CSS: Cascading Style Sheets | MDN

    The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element....shorthand for the following CSS properties: scroll-padding-bottom...scroll-padding-right scroll-padding-top Syntax css /* Keyword values */ scroll-padding:...

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

    The scroll-behavior Css property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CssOM scrolling APIs....中文 (简体) The scroll-behavior CSS property sets the behavior for...ignore this property. Syntax css /* Keyword values */ scroll-behavior:...

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

    The overflow-y Css property sets what shows when content overflows a block-level element's top and bottom 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-y CSS property sets what shows when...shorthand property. Try it Syntax css /* Keyword values */ overflow-y:...

    developer.mozilla.org/en-US/docs/Web/CSS/overfl...
  5. <display-legacy> - CSS: Cascading Style Sheets ...

    Css 2 used a single-keyword syntax for the display property, requiring separate keywords for block-level and inline-level variants of the same layout mode. This page details those values....Português (do Brasil) 中文 (简体) CSS 2 used a single-keyword syntax...Item</div> </div> Not a flex item CSS css .container { display: inline-flex;...

    developer.mozilla.org/en-US/docs/Web/CSS/displa...
  6. <integer> - CSS: Cascading Style Sheets | MDN

    The Css data type is a special type of that represents a positive or negative whole number. Integers can be used in numerous Css properties and descriptors, such as the column-count, counter-increment, grid-column, grid-row, and z-index properties and the range descriptor....Русский 中文 (简体) The <integer> CSS data type is a special type of...Integers can be used in numerous CSS properties and descriptors, such...

    developer.mozilla.org/en-US/docs/Web/CSS/integer
  7. caret-color - CSS: Cascading Style Sheets | MDN

    The caret-color Css property sets the color of the insertion caret, the visible marker where the next character typed will be inserted. This is sometimes referred to as the text input cursor. The caret appears in elements such as or those with the contenteditable attribute. The caret is typically a thin vertical line that flashes to help make it more noticeable. By default, it is black, but its color can be altered with this property....日本語 中文 (简体) The caret-color CSS property sets the color of the...caret (it's a cursor). Syntax css /* Keyword values */ caret-color:...

    developer.mozilla.org/en-US/docs/Web/CSS/caret-...
  8. :-moz-window-inactive - CSS: Cascading Style Sh...

    The :-moz-window-inactive Css pseudo-class is a Mozilla extension that matches any element while it's in an inactive window.... The :-moz-window-inactive CSS pseudo-class is a Mozilla extension...attribute is no longer used. Syntax css :-moz-window-inactive { /* ....

    developer.mozilla.org/en-US/docs/Web/CSS/:-moz-...
  9. ::-moz-range-thumb - CSS: Cascading Style Sheet...

    The ::-moz-range-thumb Css pseudo-element is a Mozilla extension that represents the thumb (i.e., virtual knob) of an of type="range". The user can move the thumb along the input's track to alter its numerical value.... The ::-moz-range-thumb CSS pseudo-element is a Mozilla extension...anything and has no effect. Syntax css ::-moz-range-thumb { /* ... */...

    developer.mozilla.org/en-US/docs/Web/CSS/::-moz...
  10. scroll-timeline-name - CSS: Cascading Style She...

    The scroll-timeline-name Css property is used to define the name of 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-name is set on the scroller that will provide the timeline.... The scroll-timeline-name CSS property is used to define the...scroll-timeline shorthand property. Syntax css scroll-timeline-name: none; ...

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