Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 6,941 for

css

(0.12 sec)
  1. padding-right - CSS: Cascading Style Sheets | MDN

    The padding-right Css property sets the width of the padding area on the right of an element....Русский 中文 (简体) The padding-right CSS property sets the width of the...a single declaration. Syntax css /* <length> values */ padding-right:...

    developer.mozilla.org/en-US/docs/Web/CSS/paddin...
  2. <generic-family> - CSS: Cascading Style Sheets ...

    The Css data type represents the keyword values for generic font families used in the font shorthand and font-family longhand properties. The represents one or more locally-installed fonts belonging to that category of fonts....Deutsch 日本語 The <generic-family> CSS data type represents the keyword...that category of fonts. Syntax css <generic-family> = serif | sans-serif...

    developer.mozilla.org/en-US/docs/Web/CSS/generi...
  3. Using media queries - CSS: Cascading Style Shee...

    Media queries allow you to apply Css styles depending on a device's media type (such as print vs. screen) or other features or characteristics such as screen resolution or orientation, aspect ratio, browser viewport width or height, user preferences such as preferring reduced motion, data usage, or transparency....Media queries allow you to apply CSS styles depending on a device's...conditionally apply styles with the CSS @media and @import at-rules ...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_me...
  4. border-bottom-width - CSS: Cascading Style Shee...

    The border-bottom-width Css property sets the width of the bottom border of an element....(简体) The border-bottom-width CSS property sets the width of the...of an element. Try it Syntax css /* Keyword values */ border-bottom-width:...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  5. border-left-width - CSS: Cascading Style Sheets...

    The border-left-width Css property sets the width of the left border of an element....中文 (简体) The border-left-width CSS property sets the width of the...of an element. Try it Syntax css /* Keyword values */ border-left-width:...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  6. ::-webkit-slider-thumb - CSS: Cascading Style S...

    The ::-webkit-slider-thumb Css pseudo-element represents the "thumb" that the user can move within the "groove" of an of type="range" to alter its numerical value.... The ::-webkit-slider-thumb CSS pseudo-element represents the...its numerical value. Syntax css ::-webkit-slider-thumb { /* ...

    developer.mozilla.org/en-US/docs/Web/CSS/::-web...
  7. ::-moz-list-number - CSS: Cascading Style Sheet...

    The ::-moz-list-number Css pseudo-element is a Mozilla extension that represents the marker (typically a number) of a list item (
  8. ) in an ordered list (
      ).... The ::-moz-list-number CSS pseudo-element is a Mozilla extension...ordered list ( <ol> ). Syntax css li::-moz-list-number { /* .....
  9. developer.mozilla.org/en-US/docs/Web/CSS/::-moz...
  10. ::-moz-list-bullet - CSS: Cascading Style Sheet...

    The ::-moz-list-bullet Css pseudo-element is a Mozilla extension that represents the marker (typically a bullet) of a list item (
  11. ) in an unordered list (
      ).... The ::-moz-list-bullet CSS pseudo-element is a Mozilla extension...unordered list ( <ul> ). Syntax css li::-moz-list-bullet { /* .....
  12. developer.mozilla.org/en-US/docs/Web/CSS/::-moz...
  13. font-palette - CSS: Cascading Style Sheets | MDN

    The font-palette Css property allows specifying one of the many palettes contained in a color font that a user agent may use for the font. Users can also override the values in a palette or create a new palette by using the @font-palette-values at-rule....日本語 中文 (简体) The font-palette CSS property allows specifying one...specified with !important . Syntax css /* Using a font-defined palette...

    developer.mozilla.org/en-US/docs/Web/CSS/font-p...
  14. min-width - CSS: Cascading Style Sheets | MDN

    The min-width Css property sets the minimum width of an element. It prevents the used value of the width property from becoming smaller than the value specified for min-width....Русский 中文 (简体) The min-width CSS property sets the minimum width...max-width or width . Syntax css /* <length> value */ min-width:...

    developer.mozilla.org/en-US/docs/Web/CSS/min-width